#876FBB

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

Shades of True V #876FBB

Tints of True V #876FBB

Color information

#876FBB (or 0x876FBB) is unknown color: approx True V. HEX triplet: 87, 6F and BB. RGB value is (135,111,187). Sum of RGB (Red+Green+Blue) = 135+111+187=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #876FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FBB is #789044. Grayscale: #7E7E7E. Windows color (decimal): -7901253 or 12283783. OLE color: 12283783.

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

Color convert

RGB135111187-
CMYK0.280.4100.27
HSL258.95º35.85%58.43%-
HSV(B)258.95º40.64%73.33%-
XYZ24.6520.1149.6-
YUV126.84161.95133.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=31.18%
G=25.64%
B=43.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351111870.280.4100.27258.9535.8558.43
Hex876FBB1C2901B103243a
Octal20715727334510334034472
Binary1000011111011111011101111100101001011011100000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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