Shades of Light Slate Blue #8277FB
Tints of Light Slate Blue #8277FB
RGB
CMYK
RGB Variations
Color information
#8277FB (or 0x8277FB) is known color: Light Slate Blue. HEX triplet: 82, 77 and FB. RGB value is (130,119,251). Sum of RGB (Red+Green+Blue) = 130+119+251=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8277FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277FB is #7D8804. Grayscale: #888888. Windows color (decimal): -8226821 or 16480130. OLE color: 16480130.
HSL color Cylindrical-coordinate representation of color #8277FB: hue angle of 245º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8277FB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 119 | 251 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.02 |
| HSL | 245º | 0.94% | 0.73% | - |
| HSV(B) | 245º | 0.53% | 0.98% | - |
| XYZ | 33.22 | 24.9 | 94.32 | - |
| YUV | 137.34 | 192.14 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 251 | 0.48 | 0.53 | 0 | 0.02 | 245 | 0.94 | 0.73 |
| Hex | 82 | 77 | FB | 30 | 35 | 0 | 2 | F5 | 5E | 49 |
| Octal | 202 | 167 | 373 | 60 | 65 | 0 | 2 | 365 | 136 | 111 |
| Binary | 10000010 | 1110111 | 11111011 | 110000 | 110101 | 0 | 10 | 11110101 | 1011110 | 1001001 |
Color Harmonies of #8277FB
Complementary color
Monochromatic Colors of #8277FB
Black with #8277FB
Text Example
Text Example
White with #8277FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277FB; }
p { color: rgb(130,119,251); }
H1.HeaderClassName
{
color: #8277FB;
}
.AnyTagClassName
{
color: #8277FB;
}
</style>
background-color css
<style>
a { background-color: #8277FB; }
a { background-color: rgb(130,119,251); }
div.DivClassName
{
background-color: #8277FB;
}
.BgClassName
{
background-color: #8277FB;
}
</style>
border-color css
<style>
span { border-color: #8277FB; }
span { border-color: rgb(130,119,251); }
td.TdClassName
{
border-color: #8277FB;
}
.TagClassName
{
border-color: #8277FB;
}
</style>