Shades of True V #8460BB
Tints of True V #8460BB
RGB
CMYK
RGB Variations
Color information
#8460BB (or 0x8460BB) is known color: True V. HEX triplet: 84, 60 and BB. RGB value is (132,96,187). Sum of RGB (Red+Green+Blue) = 132+96+187=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #8460BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460BB is #7B9F44. Grayscale: #747474. Windows color (decimal): -8101701 or 12279940. OLE color: 12279940.
HSL color Cylindrical-coordinate representation of color #8460BB: hue angle of 263.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8460BB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 96 | 187 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.27 |
| HSL | 263.74º | 0.4% | 0.55% | - |
| HSV(B) | 263.74º | 0.49% | 0.73% | - |
| XYZ | 22.67 | 16.86 | 49.07 | - |
| YUV | 117.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 187 | 0.29 | 0.49 | 0 | 0.27 | 263.74 | 0.4 | 0.55 |
| Hex | 84 | 60 | BB | 1D | 31 | 0 | 1B | 108 | 28 | 37 |
| Octal | 204 | 140 | 273 | 35 | 61 | 0 | 33 | 410 | 50 | 67 |
| Binary | 10000100 | 1100000 | 10111011 | 11101 | 110001 | 0 | 11011 | 100001000 | 101000 | 110111 |
Color Harmonies of #8460BB
Complementary color
Monochromatic Colors of #8460BB
Black with #8460BB
Text Example
Text Example
White with #8460BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460BB; }
p { color: rgb(132,96,187); }
H1.HeaderClassName
{
color: #8460BB;
}
.AnyTagClassName
{
color: #8460BB;
}
</style>
background-color css
<style>
a { background-color: #8460BB; }
a { background-color: rgb(132,96,187); }
div.DivClassName
{
background-color: #8460BB;
}
.BgClassName
{
background-color: #8460BB;
}
</style>
border-color css
<style>
span { border-color: #8460BB; }
span { border-color: rgb(132,96,187); }
td.TdClassName
{
border-color: #8460BB;
}
.TagClassName
{
border-color: #8460BB;
}
</style>