#876CBB

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

Shades of True V #876CBB

Tints of True V #876CBB

Color information

#876CBB (or 0x876CBB) is unknown color: approx True V. HEX triplet: 87, 6C and BB. RGB value is (135,108,187). Sum of RGB (Red+Green+Blue) = 135+108+187=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #876CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CBB is #789344. Grayscale: #7C7C7C. Windows color (decimal): -7902021 or 12283015. OLE color: 12283015.

HSL color Cylindrical-coordinate representation of color #876CBB: hue angle of 260.51º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876CBB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135108187-
CMYK0.280.4200.27
HSL260.51º36.74%57.84%-
HSV(B)260.51º42.25%73.33%-
XYZ24.3219.4649.49-
YUV125.08162.95135.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=31.40%
G=25.12%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351081870.280.4200.27260.5136.7457.84
Hex876CBB1C2A01B105253a
Octal20715427334520334054572
Binary1000011111011001011101111100101010011011100000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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