#8870BE

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

Shades of True V #8870BE

Tints of True V #8870BE

Color information

#8870BE (or 0x8870BE) is unknown color: approx True V. HEX triplet: 88, 70 and BE. RGB value is (136,112,190). Sum of RGB (Red+Green+Blue) = 136+112+190=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8870BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870BE is #778F41. Grayscale: #7F7F7F. Windows color (decimal): -7835458 or 12480648. OLE color: 12480648.

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

Color convert

RGB136112190-
CMYK0.280.4100.25
HSL258.46º37.5%59.22%-
HSV(B)258.46º41.05%74.51%-
XYZ25.2420.5451.35-
YUV128.07162.95133.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=31.05%
G=25.57%
B=43.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361121900.280.4100.25258.4637.559.22
Hex8870BE1C29019102263b
Octal21016027634510314024673
Binary1000100011100001011111011100101001011001100000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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