Shades of True V #886ACD
Tints of True V #886ACD
RGB
CMYK
RGB Variations
Color information
#886ACD (or 0x886ACD) is known color: True V. HEX triplet: 88, 6A and CD. RGB value is (136,106,205). Sum of RGB (Red+Green+Blue) = 136+106+205=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #886ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACD is #779532. Grayscale: #7D7D7D. Windows color (decimal): -7836979 or 13462152. OLE color: 13462152.
HSL color Cylindrical-coordinate representation of color #886ACD: hue angle of 258.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886ACD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 106 | 205 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.20 |
| HSL | 258.18º | 0.5% | 0.61% | - |
| HSV(B) | 258.18º | 0.48% | 0.8% | - |
| XYZ | 26.33 | 19.95 | 60.22 | - |
| YUV | 126.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 205 | 0.34 | 0.48 | 0 | 0.20 | 258.18 | 0.5 | 0.61 |
| Hex | 88 | 6A | CD | 22 | 30 | 0 | 14 | 102 | 32 | 3D |
| Octal | 210 | 152 | 315 | 42 | 60 | 0 | 24 | 402 | 62 | 75 |
| Binary | 10001000 | 1101010 | 11001101 | 100010 | 110000 | 0 | 10100 | 100000010 | 110010 | 111101 |
Color Harmonies of #886ACD
Complementary color
Monochromatic Colors of #886ACD
Black with #886ACD
Text Example
Text Example
White with #886ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886ACD; }
p { color: rgb(136,106,205); }
H1.HeaderClassName
{
color: #886ACD;
}
.AnyTagClassName
{
color: #886ACD;
}
</style>
background-color css
<style>
a { background-color: #886ACD; }
a { background-color: rgb(136,106,205); }
div.DivClassName
{
background-color: #886ACD;
}
.BgClassName
{
background-color: #886ACD;
}
</style>
border-color css
<style>
span { border-color: #886ACD; }
span { border-color: rgb(136,106,205); }
td.TdClassName
{
border-color: #886ACD;
}
.TagClassName
{
border-color: #886ACD;
}
</style>