Shades of True V #8664BC
Tints of True V #8664BC
RGB
CMYK
RGB Variations
Color information
#8664BC (or 0x8664BC) is known color: True V. HEX triplet: 86, 64 and BC. RGB value is (134,100,188). Sum of RGB (Red+Green+Blue) = 134+100+188=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #8664BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8664BC is #799B43. Grayscale: #777777. Windows color (decimal): -7969604 or 12346502. OLE color: 12346502.
HSL color Cylindrical-coordinate representation of color #8664BC: hue angle of 263.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8664BC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 100 | 188 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.26 |
| HSL | 263.18º | 0.4% | 0.56% | - |
| HSV(B) | 263.18º | 0.47% | 0.74% | - |
| XYZ | 23.47 | 17.81 | 49.78 | - |
| YUV | 120.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 188 | 0.29 | 0.47 | 0 | 0.26 | 263.18 | 0.4 | 0.56 |
| Hex | 86 | 64 | BC | 1D | 2F | 0 | 1A | 107 | 28 | 38 |
| Octal | 206 | 144 | 274 | 35 | 57 | 0 | 32 | 407 | 50 | 70 |
| Binary | 10000110 | 1100100 | 10111100 | 11101 | 101111 | 0 | 11010 | 100000111 | 101000 | 111000 |
Color Harmonies of #8664BC
Complementary color
Monochromatic Colors of #8664BC
Black with #8664BC
Text Example
Text Example
White with #8664BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8664BC; }
p { color: rgb(134,100,188); }
H1.HeaderClassName
{
color: #8664BC;
}
.AnyTagClassName
{
color: #8664BC;
}
</style>
background-color css
<style>
a { background-color: #8664BC; }
a { background-color: rgb(134,100,188); }
div.DivClassName
{
background-color: #8664BC;
}
.BgClassName
{
background-color: #8664BC;
}
</style>
border-color css
<style>
span { border-color: #8664BC; }
span { border-color: rgb(134,100,188); }
td.TdClassName
{
border-color: #8664BC;
}
.TagClassName
{
border-color: #8664BC;
}
</style>