#878EFF

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

Shades of Light Slate Blue #878EFF

Tints of Light Slate Blue #878EFF

Color information

#878EFF (or 0x878EFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8E and FF. RGB value is (135,142,255). Sum of RGB (Red+Green+Blue) = 135+142+255=532 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.38% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #878EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EFF is #787100. Grayscale: #989898. Windows color (decimal): -7893249 or 16748167. OLE color: 16748167.

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

Color convert

RGB135142255-
CMYK0.470.4400
HSL236.5º100%76.47%-
HSV(B)236.5º47.06%100%-
XYZ37.7131.7298.74-
YUV152.79185.68115.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.38%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 255 (100% from 255) = 47.93%
R=25.38%
G=26.69%
B=47.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351422550.470.4400236.510076.47
Hex878EFF2F2C00ec644c
Octal207216377575400354144114
Binary100001111000111011111111101111101100001110110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,255); }

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

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

 a { background-color: rgb(135,142,255); }

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

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

 span { border-color: rgb(135,142,255); }

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