#876CBF

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

Shades of True V #876CBF

Tints of True V #876CBF

Color information

#876CBF (or 0x876CBF) is unknown color: approx True V. HEX triplet: 87, 6C and BF. RGB value is (135,108,191). Sum of RGB (Red+Green+Blue) = 135+108+191=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #876CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CBF is #789340. Grayscale: #7D7D7D. Windows color (decimal): -7902017 or 12545159. OLE color: 12545159.

HSL color Cylindrical-coordinate representation of color #876CBF: hue angle of 259.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876CBF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135108191-
CMYK0.290.4300.25
HSL259.52º39.34%58.63%-
HSV(B)259.52º43.46%74.9%-
XYZ24.7619.6451.78-
YUV125.54164.95134.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 191 (75% from 255) = 44.01%
R=31.11%
G=24.88%
B=44.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351081910.290.4300.25259.5239.3458.63
Hex876CBF1D2B019104273b
Octal20715427735530314044773
Binary1000011111011001011111111101101011011001100000100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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