#876CC8

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

Shades of True V #876CC8

Tints of True V #876CC8

Color information

#876CC8 (or 0x876CC8) is unknown color: approx True V. HEX triplet: 87, 6C and C8. RGB value is (135,108,200). Sum of RGB (Red+Green+Blue) = 135+108+200=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #876CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CC8 is #789337. Grayscale: #7E7E7E. Windows color (decimal): -7902008 or 13134983. OLE color: 13134983.

HSL color Cylindrical-coordinate representation of color #876CC8: hue angle of 257.61º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876CC8 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB135108200-
CMYK0.320.4600.22
HSL257.61º45.54%60.39%-
HSV(B)257.61º46%78.43%-
XYZ25.7820.0557.15-
YUV126.56169.45134.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 200 (78.52% from 255) = 45.15%
R=30.47%
G=24.38%
B=45.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1351082000.320.4600.22257.6145.5460.39
Hex876CC8202E0161022e3c
Octal20715431040560264025674
Binary10000111110110011001000100000101110010110100000010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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