#8870BA

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

Shades of True V #8870BA

Tints of True V #8870BA

Color information

#8870BA (or 0x8870BA) is unknown color: approx True V. HEX triplet: 88, 70 and BA. RGB value is (136,112,186). Sum of RGB (Red+Green+Blue) = 136+112+186=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8870BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870BA is #778F45. Grayscale: #7F7F7F. Windows color (decimal): -7835462 or 12218504. OLE color: 12218504.

HSL color Cylindrical-coordinate representation of color #8870BA: hue angle of 259.46º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8870BA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136112186-
CMYK0.270.4000.27
HSL259.46º34.91%58.43%-
HSV(B)259.46º39.78%72.94%-
XYZ24.8120.3749.08-
YUV127.61160.95133.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=31.34%
G=25.81%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361121860.270.4000.27259.4634.9158.43
Hex8870BA1B2801B103233a
Octal21016027233500334034372
Binary1000100011100001011101011011101000011011100000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8870BA; }

 p { color: rgb(136,112,186); }

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

<style>
 a { background-color: #8870BA; }

 a { background-color: rgb(136,112,186); }

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

<style>
 span { border-color: #8870BA; }

 span { border-color: rgb(136,112,186); }

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