#876BBD

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

Shades of True V #876BBD

Tints of True V #876BBD

Color information

#876BBD (or 0x876BBD) is unknown color: approx True V. HEX triplet: 87, 6B and BD. RGB value is (135,107,189). Sum of RGB (Red+Green+Blue) = 135+107+189=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #876BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BBD is #789442. Grayscale: #7C7C7C. Windows color (decimal): -7902275 or 12413831. OLE color: 12413831.

HSL color Cylindrical-coordinate representation of color #876BBD: hue angle of 260.49º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876BBD is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135107189-
CMYK0.290.4300.26
HSL260.49º38.32%58.04%-
HSV(B)260.49º43.39%74.12%-
XYZ24.4319.3450.59-
YUV124.72164.28135.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=31.32%
G=24.83%
B=43.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351071890.290.4300.26260.4938.3258.04
Hex876BBD1D2B01A104263a
Octal20715327535530324044672
Binary1000011111010111011110111101101011011010100000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,189); }

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

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

 a { background-color: rgb(135,107,189); }

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

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

 span { border-color: rgb(135,107,189); }

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