Shades of Light Slate Blue #8282F8
Tints of Light Slate Blue #8282F8
RGB
CMYK
RGB Variations
Color information
#8282F8 (or 0x8282F8) is known color: Light Slate Blue. HEX triplet: 82, 82 and F8. RGB value is (130,130,248). Sum of RGB (Red+Green+Blue) = 130+130+248=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #8282F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282F8 is #7D7D07. Grayscale: #8E8E8E. Windows color (decimal): -8224008 or 16286338. OLE color: 16286338.
HSL color Cylindrical-coordinate representation of color #8282F8: hue angle of 240º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8282F8 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 130 | 248 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.03 |
| HSL | 240º | 0.89% | 0.74% | - |
| HSV(B) | 240º | 0.48% | 0.97% | - |
| XYZ | 34.13 | 27.49 | 92.31 | - |
| YUV | 143.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 248 | 0.48 | 0.48 | 0 | 0.03 | 240 | 0.89 | 0.74 |
| Hex | 82 | 82 | F8 | 30 | 30 | 0 | 3 | F0 | 59 | 4A |
| Octal | 202 | 202 | 370 | 60 | 60 | 0 | 3 | 360 | 131 | 112 |
| Binary | 10000010 | 10000010 | 11111000 | 110000 | 110000 | 0 | 11 | 11110000 | 1011001 | 1001010 |
Color Harmonies of #8282F8
Complementary color
Monochromatic Colors of #8282F8
Black with #8282F8
Text Example
Text Example
White with #8282F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8282F8; }
p { color: rgb(130,130,248); }
H1.HeaderClassName
{
color: #8282F8;
}
.AnyTagClassName
{
color: #8282F8;
}
</style>
background-color css
<style>
a { background-color: #8282F8; }
a { background-color: rgb(130,130,248); }
div.DivClassName
{
background-color: #8282F8;
}
.BgClassName
{
background-color: #8282F8;
}
</style>
border-color css
<style>
span { border-color: #8282F8; }
span { border-color: rgb(130,130,248); }
td.TdClassName
{
border-color: #8282F8;
}
.TagClassName
{
border-color: #8282F8;
}
</style>