Shades of Light Slate Blue #8291FF
Tints of Light Slate Blue #8291FF
RGB
CMYK
RGB Variations
Color information
#8291FF (or 0x8291FF) is known color: Light Slate Blue. HEX triplet: 82, 91 and FF. RGB value is (130,145,255). Sum of RGB (Red+Green+Blue) = 130+145+255=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #8291FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8291FF is #7D6E00. Grayscale: #989898. Windows color (decimal): -8220161 or 16748930. OLE color: 16748930.
HSL color Cylindrical-coordinate representation of color #8291FF: hue angle of 232.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8291FF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 145 | 255 | - |
| CMYK | 0.49 | 0.43 | 0 | 0 |
| HSL | 232.8º | 1% | 0.75% | - |
| HSV(B) | 232.8º | 0.49% | 1% | - |
| XYZ | 37.38 | 32.22 | 98.86 | - |
| YUV | 153.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 255 | 0.49 | 0.43 | 0 | 0 | 232.8 | 1 | 0.75 |
| Hex | 82 | 91 | FF | 31 | 2B | 0 | 0 | E9 | 64 | 4B |
| Octal | 202 | 221 | 377 | 61 | 53 | 0 | 0 | 351 | 144 | 113 |
| Binary | 10000010 | 10010001 | 11111111 | 110001 | 101011 | 0 | 0 | 11101001 | 1100100 | 1001011 |
Color Harmonies of #8291FF
Complementary color
Monochromatic Colors of #8291FF
Black with #8291FF
Text Example
Text Example
White with #8291FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291FF; }
p { color: rgb(130,145,255); }
H1.HeaderClassName
{
color: #8291FF;
}
.AnyTagClassName
{
color: #8291FF;
}
</style>
background-color css
<style>
a { background-color: #8291FF; }
a { background-color: rgb(130,145,255); }
div.DivClassName
{
background-color: #8291FF;
}
.BgClassName
{
background-color: #8291FF;
}
</style>
border-color css
<style>
span { border-color: #8291FF; }
span { border-color: rgb(130,145,255); }
td.TdClassName
{
border-color: #8291FF;
}
.TagClassName
{
border-color: #8291FF;
}
</style>