#878AF7

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

Shades of Light Slate Blue #878AF7

Tints of Light Slate Blue #878AF7

Color information

#878AF7 (or 0x878AF7) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8A and F7. RGB value is (135,138,247). Sum of RGB (Red+Green+Blue) = 135+138+247=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #878AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AF7 is #787508. Grayscale: #959595. Windows color (decimal): -7894281 or 16222855. OLE color: 16222855.

HSL color Cylindrical-coordinate representation of color #878AF7: hue angle of 238.39º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #878AF7 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135138247-
CMYK0.450.4400.03
HSL238.39º87.5%74.9%-
HSV(B)238.39º45.34%96.86%-
XYZ35.8730.0491.9-
YUV149.53183.01117.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.96%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 247 (96.88% from 255) = 47.5%
R=25.96%
G=26.54%
B=47.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351382470.450.4400.03238.3987.574.9
Hex878AF72D2C03ee584b
Octal207212367555403356130113
Binary1000011110001010111101111011011011000111110111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878AF7; }

 p { color: rgb(135,138,247); }

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

<style>
 a { background-color: #878AF7; }

 a { background-color: rgb(135,138,247); }

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

<style>
 span { border-color: #878AF7; }

 span { border-color: rgb(135,138,247); }

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