#878FFF

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

Shades of Light Slate Blue #878FFF

Tints of Light Slate Blue #878FFF

Color information

#878FFF (or 0x878FFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8F and FF. RGB value is (135,143,255). Sum of RGB (Red+Green+Blue) = 135+143+255=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #878FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FFF is #787000. Grayscale: #989898. Windows color (decimal): -7892993 or 16748423. OLE color: 16748423.

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

Color convert

RGB135143255-
CMYK0.470.4400
HSL236º100%76.47%-
HSV(B)236º47.06%100%-
XYZ37.8632.0298.79-
YUV153.38185.35114.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 47.84%
R=25.33%
G=26.83%
B=47.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351432550.470.440023610076.47
Hex878FFF2F2C00ec644c
Octal207217377575400354144114
Binary100001111000111111111111101111101100001110110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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