Shades of True V #886BCD
Tints of True V #886BCD
RGB
CMYK
RGB Variations
Color information
#886BCD (or 0x886BCD) is known color: True V. HEX triplet: 88, 6B and CD. RGB value is (136,107,205). Sum of RGB (Red+Green+Blue) = 136+107+205=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #886BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BCD is #779432. Grayscale: #7E7E7E. Windows color (decimal): -7836723 or 13462408. OLE color: 13462408.
HSL color Cylindrical-coordinate representation of color #886BCD: hue angle of 257.76º degrees, saturation: 0.49, 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 #886BCD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 107 | 205 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.20 |
| HSL | 257.76º | 0.49% | 0.61% | - |
| HSV(B) | 257.76º | 0.48% | 0.8% | - |
| XYZ | 26.43 | 20.16 | 60.26 | - |
| YUV | 126.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 205 | 0.34 | 0.48 | 0 | 0.20 | 257.76 | 0.49 | 0.61 |
| Hex | 88 | 6B | CD | 22 | 30 | 0 | 14 | 102 | 31 | 3D |
| Octal | 210 | 153 | 315 | 42 | 60 | 0 | 24 | 402 | 61 | 75 |
| Binary | 10001000 | 1101011 | 11001101 | 100010 | 110000 | 0 | 10100 | 100000010 | 110001 | 111101 |
Color Harmonies of #886BCD
Complementary color
Monochromatic Colors of #886BCD
Black with #886BCD
Text Example
Text Example
White with #886BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BCD; }
p { color: rgb(136,107,205); }
H1.HeaderClassName
{
color: #886BCD;
}
.AnyTagClassName
{
color: #886BCD;
}
</style>
background-color css
<style>
a { background-color: #886BCD; }
a { background-color: rgb(136,107,205); }
div.DivClassName
{
background-color: #886BCD;
}
.BgClassName
{
background-color: #886BCD;
}
</style>
border-color css
<style>
span { border-color: #886BCD; }
span { border-color: rgb(136,107,205); }
td.TdClassName
{
border-color: #886BCD;
}
.TagClassName
{
border-color: #886BCD;
}
</style>