#8876BE

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

Shades of True V #8876BE

Tints of True V #8876BE

Color information

#8876BE (or 0x8876BE) is unknown color: approx True V. HEX triplet: 88, 76 and BE. RGB value is (136,118,190). Sum of RGB (Red+Green+Blue) = 136+118+190=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8876BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876BE is #778941. Grayscale: #838383. Windows color (decimal): -7833922 or 12482184. OLE color: 12482184.

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

Color convert

RGB136118190-
CMYK0.280.3800.25
HSL255º35.64%60.39%-
HSV(B)255º37.89%74.51%-
XYZ25.9321.9151.58-
YUV131.59160.96131.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=30.63%
G=26.58%
B=42.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361181900.280.3800.2525535.6460.39
Hex8876BE1C26019ff243c
Octal21016627634460313774474
Binary100010001110110101111101110010011001100111111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8876BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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