#8778f6

Color #8778F6 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8778F6

Tints of Light Slate Blue #8778F6

Color information

#8778F6 (or 0x8778F6) is unknown color: approx Light Slate Blue. HEX triplet: 87, 78 and F6. RGB value is (135,120,246). Sum of RGB (Red+Green+Blue) = 135+120+246=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #8778F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8778F6 is #788709. Grayscale: #8A8A8A. Windows color (decimal): -7898890 or 16152711. OLE color: 16152711.

HSL color Cylindrical-coordinate representation of color #8778F6: hue angle of 247.14º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8778F6 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135120246-
CMYK0.450.5100.04
HSL247.14º87.5%71.76%-
HSV(B)247.14º51.22%96.47%-
XYZ33.3425.2490.3-
YUV138.85188.47125.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 246 (96.48% from 255) = 49.10%
R=26.95%
G=23.95%
B=49.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351202460.450.5100.04247.1487.571.76
Hex8778F62D3304f75848
Octal207170366556304367130110
Binary1000011111110001111011010110111001101001111011110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8778f6; }

 p { color: rgb(135,120,246); }

 H1.HeaderClassName
 {
   color: #8778f6;
 }
 .AnyTagClassName
 {
   color: #8778f6;
 }
</style>
background-color css

<style>
 a { background-color: #8778f6; }

 a { background-color: rgb(135,120,246); }

 div.DivClassName
 {
   background-color: #8778f6;
 }
 .BgClassName
 {
   background-color: #8778f6;
 }
</style>
border-color css

<style>
 span { border-color: #8778f6; }

 span { border-color: rgb(135,120,246); }

 td.TdClassName
 {
   border-color: #8778f6;
 }
 .TagClassName
 {
   border-color: #8778f6;
 }
</style>