#8876BF

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

Shades of True V #8876BF

Tints of True V #8876BF

Color information

#8876BF (or 0x8876BF) is unknown color: approx True V. HEX triplet: 88, 76 and BF. RGB value is (136,118,191). Sum of RGB (Red+Green+Blue) = 136+118+191=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #8876BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876BF is #778940. Grayscale: #838383. Windows color (decimal): -7833921 or 12547720. OLE color: 12547720.

HSL color Cylindrical-coordinate representation of color #8876BF: hue angle of 254.79º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8876BF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136118191-
CMYK0.290.3800.25
HSL254.79º36.32%60.59%-
HSV(B)254.79º38.22%74.9%-
XYZ26.0421.9552.16-
YUV131.7161.46131.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 191 (75% from 255) = 42.92%
R=30.56%
G=26.52%
B=42.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361181910.290.3800.25254.7936.3260.59
Hex8876BF1D26019ff243d
Octal21016627735460313774475
Binary100010001110110101111111110110011001100111111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8876BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8876BF; }

 p { color: rgb(136,118,191); }

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

<style>
 a { background-color: #8876BF; }

 a { background-color: rgb(136,118,191); }

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

<style>
 span { border-color: #8876BF; }

 span { border-color: rgb(136,118,191); }

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