Shades of True V #886BCA
Tints of True V #886BCA
RGB
CMYK
RGB Variations
Color information
#886BCA (or 0x886BCA) is known color: True V. HEX triplet: 88, 6B and CA. RGB value is (136,107,202). Sum of RGB (Red+Green+Blue) = 136+107+202=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #886BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BCA is #779435. Grayscale: #7E7E7E. Windows color (decimal): -7836726 or 13265800. OLE color: 13265800.
HSL color Cylindrical-coordinate representation of color #886BCA: hue angle of 258.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886BCA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 107 | 202 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.21 |
| HSL | 258.32º | 0.47% | 0.61% | - |
| HSV(B) | 258.32º | 0.47% | 0.79% | - |
| XYZ | 26.07 | 20.01 | 58.37 | - |
| YUV | 126.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 202 | 0.33 | 0.47 | 0 | 0.21 | 258.32 | 0.47 | 0.61 |
| Hex | 88 | 6B | CA | 21 | 2F | 0 | 15 | 102 | 2F | 3D |
| Octal | 210 | 153 | 312 | 41 | 57 | 0 | 25 | 402 | 57 | 75 |
| Binary | 10001000 | 1101011 | 11001010 | 100001 | 101111 | 0 | 10101 | 100000010 | 101111 | 111101 |
Color Harmonies of #886BCA
Complementary color
Monochromatic Colors of #886BCA
Black with #886BCA
Text Example
Text Example
White with #886BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BCA; }
p { color: rgb(136,107,202); }
H1.HeaderClassName
{
color: #886BCA;
}
.AnyTagClassName
{
color: #886BCA;
}
</style>
background-color css
<style>
a { background-color: #886BCA; }
a { background-color: rgb(136,107,202); }
div.DivClassName
{
background-color: #886BCA;
}
.BgClassName
{
background-color: #886BCA;
}
</style>
border-color css
<style>
span { border-color: #886BCA; }
span { border-color: rgb(136,107,202); }
td.TdClassName
{
border-color: #886BCA;
}
.TagClassName
{
border-color: #886BCA;
}
</style>