#8870CA

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

Shades of True V #8870CA

Tints of True V #8870CA

Color information

#8870CA (or 0x8870CA) is unknown color: approx True V. HEX triplet: 88, 70 and CA. RGB value is (136,112,202). Sum of RGB (Red+Green+Blue) = 136+112+202=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8870CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870CA is #778F35. Grayscale: #818181. Windows color (decimal): -7835446 or 13267080. OLE color: 13267080.

HSL color Cylindrical-coordinate representation of color #8870CA: hue angle of 256º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8870CA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136112202-
CMYK0.330.4500.21
HSL256º45.92%61.57%-
HSV(B)256º44.55%79.22%-
XYZ26.6121.0958.54-
YUV129.44168.95132.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=30.22%
G=24.89%
B=44.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361122020.330.4500.2125645.9261.57
Hex8870CA212D0151002e3e
Octal21016031241550254005676
Binary10001000111000011001010100001101101010101100000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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