Shades of Light Slate Blue #8288FA
Tints of Light Slate Blue #8288FA
RGB
CMYK
RGB Variations
Color information
#8288FA (or 0x8288FA) is known color: Light Slate Blue. HEX triplet: 82, 88 and FA. RGB value is (130,136,250). Sum of RGB (Red+Green+Blue) = 130+136+250=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #8288FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288FA is #7D7705. Grayscale: #929292. Windows color (decimal): -8222470 or 16418946. OLE color: 16418946.
HSL color Cylindrical-coordinate representation of color #8288FA: hue angle of 237º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8288FA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 136 | 250 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.02 |
| HSL | 237º | 0.92% | 0.75% | - |
| HSV(B) | 237º | 0.48% | 0.98% | - |
| XYZ | 35.27 | 29.26 | 94.23 | - |
| YUV | 147.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 250 | 0.48 | 0.46 | 0 | 0.02 | 237 | 0.92 | 0.75 |
| Hex | 82 | 88 | FA | 30 | 2E | 0 | 2 | ED | 5C | 4B |
| Octal | 202 | 210 | 372 | 60 | 56 | 0 | 2 | 355 | 134 | 113 |
| Binary | 10000010 | 10001000 | 11111010 | 110000 | 101110 | 0 | 10 | 11101101 | 1011100 | 1001011 |
Color Harmonies of #8288FA
Complementary color
Monochromatic Colors of #8288FA
Black with #8288FA
Text Example
Text Example
White with #8288FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8288FA; }
p { color: rgb(130,136,250); }
H1.HeaderClassName
{
color: #8288FA;
}
.AnyTagClassName
{
color: #8288FA;
}
</style>
background-color css
<style>
a { background-color: #8288FA; }
a { background-color: rgb(130,136,250); }
div.DivClassName
{
background-color: #8288FA;
}
.BgClassName
{
background-color: #8288FA;
}
</style>
border-color css
<style>
span { border-color: #8288FA; }
span { border-color: rgb(130,136,250); }
td.TdClassName
{
border-color: #8288FA;
}
.TagClassName
{
border-color: #8288FA;
}
</style>