Shades of True V #8867BF
Tints of True V #8867BF
RGB
CMYK
RGB Variations
Color information
#8867BF (or 0x8867BF) is known color: True V. HEX triplet: 88, 67 and BF. RGB value is (136,103,191). Sum of RGB (Red+Green+Blue) = 136+103+191=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #8867BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8867BF is #779840. Grayscale: #7A7A7A. Windows color (decimal): -7837761 or 12543880. OLE color: 12543880.
HSL color Cylindrical-coordinate representation of color #8867BF: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8867BF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 103 | 191 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.25 |
| HSL | 262.5º | 0.41% | 0.58% | - |
| HSV(B) | 262.5º | 0.46% | 0.75% | - |
| XYZ | 24.41 | 18.7 | 51.61 | - |
| YUV | 122.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 191 | 0.29 | 0.46 | 0 | 0.25 | 262.5 | 0.41 | 0.58 |
| Hex | 88 | 67 | BF | 1D | 2E | 0 | 19 | 106 | 29 | 3A |
| Octal | 210 | 147 | 277 | 35 | 56 | 0 | 31 | 406 | 51 | 72 |
| Binary | 10001000 | 1100111 | 10111111 | 11101 | 101110 | 0 | 11001 | 100000110 | 101001 | 111010 |
Color Harmonies of #8867BF
Complementary color
Monochromatic Colors of #8867BF
Black with #8867BF
Text Example
Text Example
White with #8867BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8867BF; }
p { color: rgb(136,103,191); }
H1.HeaderClassName
{
color: #8867BF;
}
.AnyTagClassName
{
color: #8867BF;
}
</style>
background-color css
<style>
a { background-color: #8867BF; }
a { background-color: rgb(136,103,191); }
div.DivClassName
{
background-color: #8867BF;
}
.BgClassName
{
background-color: #8867BF;
}
</style>
border-color css
<style>
span { border-color: #8867BF; }
span { border-color: rgb(136,103,191); }
td.TdClassName
{
border-color: #8867BF;
}
.TagClassName
{
border-color: #8867BF;
}
</style>