#8872BE

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

Shades of True V #8872BE

Tints of True V #8872BE

Color information

#8872BE (or 0x8872BE) is unknown color: approx True V. HEX triplet: 88, 72 and BE. RGB value is (136,114,190). Sum of RGB (Red+Green+Blue) = 136+114+190=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8872BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872BE is #778D41. Grayscale: #808080. Windows color (decimal): -7834946 or 12481160. OLE color: 12481160.

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

Color convert

RGB136114190-
CMYK0.280.4000.25
HSL257.37º36.89%59.61%-
HSV(B)257.37º40%74.51%-
XYZ25.4620.9951.42-
YUV129.24162.29132.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=30.91%
G=25.91%
B=43.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361141900.280.4000.25257.3736.8959.61
Hex8872BE1C28019101253c
Octal21016227634500314014574
Binary1000100011100101011111011100101000011001100000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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