#876BBA

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

Shades of True V #876BBA

Tints of True V #876BBA

Color information

#876BBA (or 0x876BBA) is unknown color: approx True V. HEX triplet: 87, 6B and BA. RGB value is (135,107,186). Sum of RGB (Red+Green+Blue) = 135+107+186=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #876BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BBA is #789445. Grayscale: #7C7C7C. Windows color (decimal): -7902278 or 12217223. OLE color: 12217223.

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

Color convert

RGB135107186-
CMYK0.270.4200.27
HSL261.27º36.41%57.45%-
HSV(B)261.27º42.47%72.94%-
XYZ24.1119.2148.89-
YUV124.38162.78135.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=31.54%
G=25%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351071860.270.4200.27261.2736.4157.45
Hex876BBA1B2A01B1052439
Octal20715327233520334054471
Binary1000011111010111011101011011101010011011100000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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