#8870CD

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

Shades of True V #8870CD

Tints of True V #8870CD

Color information

#8870CD (or 0x8870CD) is unknown color: approx True V. HEX triplet: 88, 70 and CD. RGB value is (136,112,205). Sum of RGB (Red+Green+Blue) = 136+112+205=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8870CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870CD is #778F32. Grayscale: #818181. Windows color (decimal): -7835443 or 13463688. OLE color: 13463688.

HSL color Cylindrical-coordinate representation of color #8870CD: hue angle of 255.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8870CD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136112205-
CMYK0.340.4500.20
HSL255.48º48.19%62.16%-
HSV(B)255.48º45.37%80.39%-
XYZ26.9721.2360.43-
YUV129.78170.45132.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=30.02%
G=24.72%
B=45.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361122050.340.4500.20255.4848.1962.16
Hex8870CD222D014ff303e
Octal21016031542550243776076
Binary1000100011100001100110110001010110101010011111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8870CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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