#878BFE

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

Shades of Light Slate Blue #878BFE

Tints of Light Slate Blue #878BFE

Color information

#878BFE (or 0x878BFE) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8B and FE. RGB value is (135,139,254). Sum of RGB (Red+Green+Blue) = 135+139+254=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #878BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878BFE is #787401. Grayscale: #969696. Windows color (decimal): -7894018 or 16681863. OLE color: 16681863.

HSL color Cylindrical-coordinate representation of color #878BFE: hue angle of 237.98º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878BFE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB135139254-
CMYK0.470.4500.00
HSL237.98º98.35%76.27%-
HSV(B)237.98º46.85%99.61%-
XYZ37.1130.7797.75-
YUV150.91186.17116.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=25.57%
G=26.33%
B=48.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1351392540.470.4500.00237.9898.3576.27
Hex878BFE2F2D00ee624c
Octal207213376575500356142114
Binary100001111000101111111110101111101101001110111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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