Shades of True V #8265BE
Tints of True V #8265BE
RGB
CMYK
RGB Variations
Color information
#8265BE (or 0x8265BE) is known color: True V. HEX triplet: 82, 65 and BE. RGB value is (130,101,190). Sum of RGB (Red+Green+Blue) = 130+101+190=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8265BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265BE is #7D9A41. Grayscale: #777777. Windows color (decimal): -8231490 or 12477826. OLE color: 12477826.
HSL color Cylindrical-coordinate representation of color #8265BE: hue angle of 259.55º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8265BE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 101 | 190 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.25 |
| HSL | 259.55º | 0.41% | 0.57% | - |
| HSV(B) | 259.55º | 0.47% | 0.75% | - |
| XYZ | 23.15 | 17.77 | 50.92 | - |
| YUV | 119.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 190 | 0.32 | 0.47 | 0 | 0.25 | 259.55 | 0.41 | 0.57 |
| Hex | 82 | 65 | BE | 20 | 2F | 0 | 19 | 104 | 29 | 39 |
| Octal | 202 | 145 | 276 | 40 | 57 | 0 | 31 | 404 | 51 | 71 |
| Binary | 10000010 | 1100101 | 10111110 | 100000 | 101111 | 0 | 11001 | 100000100 | 101001 | 111001 |
Color Harmonies of #8265BE
Complementary color
Monochromatic Colors of #8265BE
Black with #8265BE
Text Example
Text Example
White with #8265BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8265BE; }
p { color: rgb(130,101,190); }
H1.HeaderClassName
{
color: #8265BE;
}
.AnyTagClassName
{
color: #8265BE;
}
</style>
background-color css
<style>
a { background-color: #8265BE; }
a { background-color: rgb(130,101,190); }
div.DivClassName
{
background-color: #8265BE;
}
.BgClassName
{
background-color: #8265BE;
}
</style>
border-color css
<style>
span { border-color: #8265BE; }
span { border-color: rgb(130,101,190); }
td.TdClassName
{
border-color: #8265BE;
}
.TagClassName
{
border-color: #8265BE;
}
</style>