Shades of True V #8663BF
Tints of True V #8663BF
RGB
CMYK
RGB Variations
Color information
#8663BF (or 0x8663BF) is known color: True V. HEX triplet: 86, 63 and BF. RGB value is (134,99,191). Sum of RGB (Red+Green+Blue) = 134+99+191=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8663BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663BF is #799C40. Grayscale: #777777. Windows color (decimal): -7969857 or 12542854. OLE color: 12542854.
HSL color Cylindrical-coordinate representation of color #8663BF: hue angle of 262.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8663BF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 99 | 191 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.25 |
| HSL | 262.83º | 0.42% | 0.57% | - |
| HSV(B) | 262.83º | 0.48% | 0.75% | - |
| XYZ | 23.7 | 17.75 | 51.47 | - |
| YUV | 119.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 191 | 0.30 | 0.48 | 0 | 0.25 | 262.83 | 0.42 | 0.57 |
| Hex | 86 | 63 | BF | 1E | 30 | 0 | 19 | 107 | 2A | 39 |
| Octal | 206 | 143 | 277 | 36 | 60 | 0 | 31 | 407 | 52 | 71 |
| Binary | 10000110 | 1100011 | 10111111 | 11110 | 110000 | 0 | 11001 | 100000111 | 101010 | 111001 |
Color Harmonies of #8663BF
Complementary color
Monochromatic Colors of #8663BF
Black with #8663BF
Text Example
Text Example
White with #8663BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663BF; }
p { color: rgb(134,99,191); }
H1.HeaderClassName
{
color: #8663BF;
}
.AnyTagClassName
{
color: #8663BF;
}
</style>
background-color css
<style>
a { background-color: #8663BF; }
a { background-color: rgb(134,99,191); }
div.DivClassName
{
background-color: #8663BF;
}
.BgClassName
{
background-color: #8663BF;
}
</style>
border-color css
<style>
span { border-color: #8663BF; }
span { border-color: rgb(134,99,191); }
td.TdClassName
{
border-color: #8663BF;
}
.TagClassName
{
border-color: #8663BF;
}
</style>