Shades of True V #8673BE
Tints of True V #8673BE
RGB
CMYK
RGB Variations
Color information
#8673BE (or 0x8673BE) is known color: True V. HEX triplet: 86, 73 and BE. RGB value is (134,115,190). Sum of RGB (Red+Green+Blue) = 134+115+190=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #8673BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8673BE is #798C41. Grayscale: #808080. Windows color (decimal): -7965762 or 12481414. OLE color: 12481414.
HSL color Cylindrical-coordinate representation of color #8673BE: hue angle of 255.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8673BE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 115 | 190 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.25 |
| HSL | 255.2º | 0.37% | 0.6% | - |
| HSV(B) | 255.2º | 0.39% | 0.75% | - |
| XYZ | 25.26 | 21.05 | 51.45 | - |
| YUV | 129.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 190 | 0.29 | 0.39 | 0 | 0.25 | 255.2 | 0.37 | 0.6 |
| Hex | 86 | 73 | BE | 1D | 27 | 0 | 19 | FF | 25 | 3C |
| Octal | 206 | 163 | 276 | 35 | 47 | 0 | 31 | 377 | 45 | 74 |
| Binary | 10000110 | 1110011 | 10111110 | 11101 | 100111 | 0 | 11001 | 11111111 | 100101 | 111100 |
Color Harmonies of #8673BE
Complementary color
Monochromatic Colors of #8673BE
Black with #8673BE
Text Example
Text Example
White with #8673BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673BE; }
p { color: rgb(134,115,190); }
H1.HeaderClassName
{
color: #8673BE;
}
.AnyTagClassName
{
color: #8673BE;
}
</style>
background-color css
<style>
a { background-color: #8673BE; }
a { background-color: rgb(134,115,190); }
div.DivClassName
{
background-color: #8673BE;
}
.BgClassName
{
background-color: #8673BE;
}
</style>
border-color css
<style>
span { border-color: #8673BE; }
span { border-color: rgb(134,115,190); }
td.TdClassName
{
border-color: #8673BE;
}
.TagClassName
{
border-color: #8673BE;
}
</style>