#878CFF

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

Shades of Light Slate Blue #878CFF

Tints of Light Slate Blue #878CFF

Color information

#878CFF (or 0x878CFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 8C and FF. RGB value is (135,140,255). Sum of RGB (Red+Green+Blue) = 135+140+255=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #878CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CFF is #787300. Grayscale: #979797. Windows color (decimal): -7893761 or 16747655. OLE color: 16747655.

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

Color convert

RGB135140255-
CMYK0.470.4500
HSL237.5º100%76.47%-
HSV(B)237.5º47.06%100%-
XYZ37.4231.1398.64-
YUV151.61186.34116.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 48.11%
R=25.47%
G=26.42%
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
SystemRedGreenBlueCMYKHSL
Decimal1351402550.470.4500237.510076.47
Hex878CFF2F2D00ee644c
Octal207214377575500356144114
Binary100001111000110011111111101111101101001110111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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