#878BF7

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

Shades of Light Slate Blue #878BF7

Tints of Light Slate Blue #878BF7

Color information

#878BF7 (or 0x878BF7) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8B and F7. RGB value is (135,139,247). Sum of RGB (Red+Green+Blue) = 135+139+247=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #878BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878BF7 is #787408. Grayscale: #959595. Windows color (decimal): -7894025 or 16223111. OLE color: 16223111.

HSL color Cylindrical-coordinate representation of color #878BF7: hue angle of 237.86º 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 #878BF7 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135139247-
CMYK0.450.4400.03
HSL237.86º87.5%74.9%-
HSV(B)237.86º45.34%96.86%-
XYZ36.0130.3391.95-
YUV150.12182.67117.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 247 (96.88% from 255) = 47.41%
R=25.91%
G=26.68%
B=47.41%

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
Decimal1351392470.450.4400.03237.8687.574.9
Hex878BF72D2C03ee584b
Octal207213367555403356130113
Binary1000011110001011111101111011011011000111110111010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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