Shades of True V #886FC7
Tints of True V #886FC7
RGB
CMYK
RGB Variations
Color information
#886FC7 (or 0x886FC7) is known color: True V. HEX triplet: 88, 6F and C7. RGB value is (136,111,199). Sum of RGB (Red+Green+Blue) = 136+111+199=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #886FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FC7 is #779038. Grayscale: #808080. Windows color (decimal): -7835705 or 13070216. OLE color: 13070216.
HSL color Cylindrical-coordinate representation of color #886FC7: hue angle of 257.05º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #886FC7 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 111 | 199 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.22 |
| HSL | 257.05º | 0.44% | 0.61% | - |
| HSV(B) | 257.05º | 0.44% | 0.78% | - |
| XYZ | 26.15 | 20.73 | 56.66 | - |
| YUV | 128.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 199 | 0.32 | 0.44 | 0 | 0.22 | 257.05 | 0.44 | 0.61 |
| Hex | 88 | 6F | C7 | 20 | 2C | 0 | 16 | 101 | 2C | 3D |
| Octal | 210 | 157 | 307 | 40 | 54 | 0 | 26 | 401 | 54 | 75 |
| Binary | 10001000 | 1101111 | 11000111 | 100000 | 101100 | 0 | 10110 | 100000001 | 101100 | 111101 |
Color Harmonies of #886FC7
Complementary color
Monochromatic Colors of #886FC7
Black with #886FC7
Text Example
Text Example
White with #886FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FC7; }
p { color: rgb(136,111,199); }
H1.HeaderClassName
{
color: #886FC7;
}
.AnyTagClassName
{
color: #886FC7;
}
</style>
background-color css
<style>
a { background-color: #886FC7; }
a { background-color: rgb(136,111,199); }
div.DivClassName
{
background-color: #886FC7;
}
.BgClassName
{
background-color: #886FC7;
}
</style>
border-color css
<style>
span { border-color: #886FC7; }
span { border-color: rgb(136,111,199); }
td.TdClassName
{
border-color: #886FC7;
}
.TagClassName
{
border-color: #886FC7;
}
</style>