#8879F6

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

Shades of Light Slate Blue #8879F6

Tints of Light Slate Blue #8879F6

Color information

#8879F6 (or 0x8879F6) is unknown color: approx Light Slate Blue. HEX triplet: 88, 79 and F6. RGB value is (136,121,246). Sum of RGB (Red+Green+Blue) = 136+121+246=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #8879F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8879F6 is #778609. Grayscale: #8B8B8B. Windows color (decimal): -7833098 or 16152968. OLE color: 16152968.

HSL color Cylindrical-coordinate representation of color #8879F6: hue angle of 247.2º degrees, saturation: 0.87, 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 #8879F6 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136121246-
CMYK0.450.5100.04
HSL247.2º87.41%71.96%-
HSV(B)247.2º50.81%96.47%-
XYZ33.6325.5690.35-
YUV139.74187.97125.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 121 (47.66% from 255) = 24.06%
BLUE value IS 246 (96.48% from 255) = 48.91%
R=27.04%
G=24.06%
B=48.91%

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
Decimal1361212460.450.5100.04247.287.4171.96
Hex8879F62D3304f75748
Octal210171366556304367127110
Binary1000100011110011111011010110111001101001111011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8879F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8879F6; }

 p { color: rgb(136,121,246); }

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

<style>
 a { background-color: #8879F6; }

 a { background-color: rgb(136,121,246); }

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

<style>
 span { border-color: #8879F6; }

 span { border-color: rgb(136,121,246); }

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