Shades of True V #8266BF
Tints of True V #8266BF
RGB
CMYK
RGB Variations
Color information
#8266BF (or 0x8266BF) is known color: True V. HEX triplet: 82, 66 and BF. RGB value is (130,102,191). Sum of RGB (Red+Green+Blue) = 130+102+191=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8266BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266BF is #7D9940. Grayscale: #787878. Windows color (decimal): -8231233 or 12543618. OLE color: 12543618.
HSL color Cylindrical-coordinate representation of color #8266BF: hue angle of 258.88º 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 #8266BF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 102 | 191 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.25 |
| HSL | 258.88º | 0.41% | 0.57% | - |
| HSV(B) | 258.88º | 0.47% | 0.75% | - |
| XYZ | 23.36 | 18.01 | 51.54 | - |
| YUV | 120.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 191 | 0.32 | 0.47 | 0 | 0.25 | 258.88 | 0.41 | 0.57 |
| Hex | 82 | 66 | BF | 20 | 2F | 0 | 19 | 103 | 29 | 39 |
| Octal | 202 | 146 | 277 | 40 | 57 | 0 | 31 | 403 | 51 | 71 |
| Binary | 10000010 | 1100110 | 10111111 | 100000 | 101111 | 0 | 11001 | 100000011 | 101001 | 111001 |
Color Harmonies of #8266BF
Complementary color
Monochromatic Colors of #8266BF
Black with #8266BF
Text Example
Text Example
White with #8266BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266BF; }
p { color: rgb(130,102,191); }
H1.HeaderClassName
{
color: #8266BF;
}
.AnyTagClassName
{
color: #8266BF;
}
</style>
background-color css
<style>
a { background-color: #8266BF; }
a { background-color: rgb(130,102,191); }
div.DivClassName
{
background-color: #8266BF;
}
.BgClassName
{
background-color: #8266BF;
}
</style>
border-color css
<style>
span { border-color: #8266BF; }
span { border-color: rgb(130,102,191); }
td.TdClassName
{
border-color: #8266BF;
}
.TagClassName
{
border-color: #8266BF;
}
</style>