Shades of True V #8260BB
Tints of True V #8260BB
RGB
CMYK
RGB Variations
Color information
#8260BB (or 0x8260BB) is known color: True V. HEX triplet: 82, 60 and BB. RGB value is (130,96,187). Sum of RGB (Red+Green+Blue) = 130+96+187=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #8260BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260BB is #7D9F44. Grayscale: #747474. Windows color (decimal): -8232773 or 12279938. OLE color: 12279938.
HSL color Cylindrical-coordinate representation of color #8260BB: hue angle of 262.42º 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 #8260BB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 96 | 187 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.27 |
| HSL | 262.42º | 0.4% | 0.55% | - |
| HSV(B) | 262.42º | 0.49% | 0.73% | - |
| XYZ | 22.36 | 16.7 | 49.06 | - |
| YUV | 116.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 187 | 0.30 | 0.49 | 0 | 0.27 | 262.42 | 0.4 | 0.55 |
| Hex | 82 | 60 | BB | 1E | 31 | 0 | 1B | 106 | 28 | 37 |
| Octal | 202 | 140 | 273 | 36 | 61 | 0 | 33 | 406 | 50 | 67 |
| Binary | 10000010 | 1100000 | 10111011 | 11110 | 110001 | 0 | 11011 | 100000110 | 101000 | 110111 |
Color Harmonies of #8260BB
Complementary color
Monochromatic Colors of #8260BB
Black with #8260BB
Text Example
Text Example
White with #8260BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260BB; }
p { color: rgb(130,96,187); }
H1.HeaderClassName
{
color: #8260BB;
}
.AnyTagClassName
{
color: #8260BB;
}
</style>
background-color css
<style>
a { background-color: #8260BB; }
a { background-color: rgb(130,96,187); }
div.DivClassName
{
background-color: #8260BB;
}
.BgClassName
{
background-color: #8260BB;
}
</style>
border-color css
<style>
span { border-color: #8260BB; }
span { border-color: rgb(130,96,187); }
td.TdClassName
{
border-color: #8260BB;
}
.TagClassName
{
border-color: #8260BB;
}
</style>