#876CC9

Color #876CC9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #876CC9

Tints of True V #876CC9

Color information

#876CC9 (or 0x876CC9) is unknown color: approx True V. HEX triplet: 87, 6C and C9. RGB value is (135,108,201). Sum of RGB (Red+Green+Blue) = 135+108+201=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #876CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CC9 is #789336. Grayscale: #7E7E7E. Windows color (decimal): -7902007 or 13200519. OLE color: 13200519.

HSL color Cylindrical-coordinate representation of color #876CC9: hue angle of 257.42º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876CC9 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135108201-
CMYK0.330.4600.21
HSL257.42º46.27%60.59%-
HSV(B)257.42º46.27%78.82%-
XYZ25.920.0957.77-
YUV126.68169.95133.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=30.41%
G=24.32%
B=45.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351082010.330.4600.21257.4246.2760.59
Hex876CC9212E0151012e3d
Octal20715431141560254015675
Binary10000111110110011001001100001101110010101100000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876CC9; }

 p { color: rgb(135,108,201); }

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

<style>
 a { background-color: #876CC9; }

 a { background-color: rgb(135,108,201); }

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

<style>
 span { border-color: #876CC9; }

 span { border-color: rgb(135,108,201); }

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