Shades of Light Slate Blue #8277FF
Tints of Light Slate Blue #8277FF
RGB
CMYK
RGB Variations
Color information
#8277FF (or 0x8277FF) is known color: Light Slate Blue. HEX triplet: 82, 77 and FF. RGB value is (130,119,255). Sum of RGB (Red+Green+Blue) = 130+119+255=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #8277FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277FF is #7D8800. Grayscale: #898989. Windows color (decimal): -8226817 or 16742274. OLE color: 16742274.
HSL color Cylindrical-coordinate representation of color #8277FF: hue angle of 244.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8277FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 119 | 255 | - |
| CMYK | 0.49 | 0.53 | 0 | 0 |
| HSL | 244.85º | 1% | 0.73% | - |
| HSV(B) | 244.85º | 0.53% | 1% | - |
| XYZ | 33.85 | 25.16 | 97.68 | - |
| YUV | 137.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 255 | 0.49 | 0.53 | 0 | 0 | 244.85 | 1 | 0.73 |
| Hex | 82 | 77 | FF | 31 | 35 | 0 | 0 | F5 | 64 | 49 |
| Octal | 202 | 167 | 377 | 61 | 65 | 0 | 0 | 365 | 144 | 111 |
| Binary | 10000010 | 1110111 | 11111111 | 110001 | 110101 | 0 | 0 | 11110101 | 1100100 | 1001001 |
Color Harmonies of #8277FF
Complementary color
Monochromatic Colors of #8277FF
Black with #8277FF
Text Example
Text Example
White with #8277FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277FF; }
p { color: rgb(130,119,255); }
H1.HeaderClassName
{
color: #8277FF;
}
.AnyTagClassName
{
color: #8277FF;
}
</style>
background-color css
<style>
a { background-color: #8277FF; }
a { background-color: rgb(130,119,255); }
div.DivClassName
{
background-color: #8277FF;
}
.BgClassName
{
background-color: #8277FF;
}
</style>
border-color css
<style>
span { border-color: #8277FF; }
span { border-color: rgb(130,119,255); }
td.TdClassName
{
border-color: #8277FF;
}
.TagClassName
{
border-color: #8277FF;
}
</style>