#877DEF

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

Shades of Light Slate Blue #877DEF

Tints of Light Slate Blue #877DEF

Color information

#877DEF (or 0x877DEF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7D and EF. RGB value is (135,125,239). Sum of RGB (Red+Green+Blue) = 135+125+239=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #877DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DEF is #788210. Grayscale: #8C8C8C. Windows color (decimal): -7897617 or 15695239. OLE color: 15695239.

HSL color Cylindrical-coordinate representation of color #877DEF: hue angle of 245.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #877DEF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB135125239-
CMYK0.440.4800.06
HSL245.26º78.08%71.37%-
HSV(B)245.26º47.7%93.73%-
XYZ32.9126.0584.96-
YUV140.99183.31123.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=27.05%
G=25.05%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1351252390.440.4800.06245.2678.0871.37
Hex877DEF2C3006f54e47
Octal207175357546006365116107
Binary1000011111111011110111110110011000001101111010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877DEF; }

 p { color: rgb(135,125,239); }

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

<style>
 a { background-color: #877DEF; }

 a { background-color: rgb(135,125,239); }

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

<style>
 span { border-color: #877DEF; }

 span { border-color: rgb(135,125,239); }

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