#877BF9

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

Shades of Light Slate Blue #877BF9

Tints of Light Slate Blue #877BF9

Color information

#877BF9 (or 0x877BF9) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7B and F9. RGB value is (135,123,249). Sum of RGB (Red+Green+Blue) = 135+123+249=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #877BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877BF9 is #788406. Grayscale: #8C8C8C. Windows color (decimal): -7898119 or 16350087. OLE color: 16350087.

HSL color Cylindrical-coordinate representation of color #877BF9: hue angle of 245.71º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #877BF9 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135123249-
CMYK0.460.5100.02
HSL245.71º91.3%72.94%-
HSV(B)245.71º50.6%97.65%-
XYZ34.1726.1692.87-
YUV140.95188.98123.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.63%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 249 (97.66% from 255) = 49.11%
R=26.63%
G=24.26%
B=49.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351232490.460.5100.02245.7191.372.94
Hex877BF92E3302f65b49
Octal207173371566302366133111
Binary100001111111011111110011011101100110101111011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,249); }

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

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

 a { background-color: rgb(135,123,249); }

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

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

 span { border-color: rgb(135,123,249); }

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