Shades of True V #8260BF
Tints of True V #8260BF
RGB
CMYK
RGB Variations
Color information
#8260BF (or 0x8260BF) is known color: True V. HEX triplet: 82, 60 and BF. RGB value is (130,96,191). Sum of RGB (Red+Green+Blue) = 130+96+191=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #8260BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260BF is #7D9F40. Grayscale: #747474. Windows color (decimal): -8232769 or 12542082. OLE color: 12542082.
HSL color Cylindrical-coordinate representation of color #8260BF: hue angle of 261.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8260BF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 96 | 191 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.25 |
| HSL | 261.47º | 0.43% | 0.56% | - |
| HSV(B) | 261.47º | 0.5% | 0.75% | - |
| XYZ | 22.79 | 16.87 | 51.35 | - |
| YUV | 117 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 191 | 0.32 | 0.50 | 0 | 0.25 | 261.47 | 0.43 | 0.56 |
| Hex | 82 | 60 | BF | 20 | 32 | 0 | 19 | 105 | 2B | 38 |
| Octal | 202 | 140 | 277 | 40 | 62 | 0 | 31 | 405 | 53 | 70 |
| Binary | 10000010 | 1100000 | 10111111 | 100000 | 110010 | 0 | 11001 | 100000101 | 101011 | 111000 |
Color Harmonies of #8260BF
Complementary color
Monochromatic Colors of #8260BF
Black with #8260BF
Text Example
Text Example
White with #8260BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260BF; }
p { color: rgb(130,96,191); }
H1.HeaderClassName
{
color: #8260BF;
}
.AnyTagClassName
{
color: #8260BF;
}
</style>
background-color css
<style>
a { background-color: #8260BF; }
a { background-color: rgb(130,96,191); }
div.DivClassName
{
background-color: #8260BF;
}
.BgClassName
{
background-color: #8260BF;
}
</style>
border-color css
<style>
span { border-color: #8260BF; }
span { border-color: rgb(130,96,191); }
td.TdClassName
{
border-color: #8260BF;
}
.TagClassName
{
border-color: #8260BF;
}
</style>