#8873BE

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

Shades of True V #8873BE

Tints of True V #8873BE

Color information

#8873BE (or 0x8873BE) is unknown color: approx True V. HEX triplet: 88, 73 and BE. RGB value is (136,115,190). Sum of RGB (Red+Green+Blue) = 136+115+190=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8873BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8873BE is #778C41. Grayscale: #818181. Windows color (decimal): -7834690 or 12481416. OLE color: 12481416.

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

Color convert

RGB136115190-
CMYK0.280.3900.25
HSL256.8º36.59%59.8%-
HSV(B)256.8º39.47%74.51%-
XYZ25.5821.2151.46-
YUV129.83161.96132.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=30.84%
G=26.08%
B=43.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361151900.280.3900.25256.836.5959.8
Hex8873BE1C27019101253c
Octal21016327634470314014574
Binary1000100011100111011111011100100111011001100000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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