Shades of Light Slate Blue #8284FF
Tints of Light Slate Blue #8284FF
RGB
CMYK
RGB Variations
Color information
#8284FF (or 0x8284FF) is known color: Light Slate Blue. HEX triplet: 82, 84 and FF. RGB value is (130,132,255). Sum of RGB (Red+Green+Blue) = 130+132+255=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #8284FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8284FF is #7D7B00. Grayscale: #909090. Windows color (decimal): -8223489 or 16745602. OLE color: 16745602.
HSL color Cylindrical-coordinate representation of color #8284FF: hue angle of 239.04º 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 #8284FF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 132 | 255 | - |
| CMYK | 0.49 | 0.48 | 0 | 0 |
| HSL | 239.04º | 1% | 0.75% | - |
| HSV(B) | 239.04º | 0.49% | 1% | - |
| XYZ | 35.51 | 28.47 | 98.23 | - |
| YUV | 145.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 255 | 0.49 | 0.48 | 0 | 0 | 239.04 | 1 | 0.75 |
| Hex | 82 | 84 | FF | 31 | 30 | 0 | 0 | EF | 64 | 4B |
| Octal | 202 | 204 | 377 | 61 | 60 | 0 | 0 | 357 | 144 | 113 |
| Binary | 10000010 | 10000100 | 11111111 | 110001 | 110000 | 0 | 0 | 11101111 | 1100100 | 1001011 |
Color Harmonies of #8284FF
Complementary color
Monochromatic Colors of #8284FF
Black with #8284FF
Text Example
Text Example
White with #8284FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8284FF; }
p { color: rgb(130,132,255); }
H1.HeaderClassName
{
color: #8284FF;
}
.AnyTagClassName
{
color: #8284FF;
}
</style>
background-color css
<style>
a { background-color: #8284FF; }
a { background-color: rgb(130,132,255); }
div.DivClassName
{
background-color: #8284FF;
}
.BgClassName
{
background-color: #8284FF;
}
</style>
border-color css
<style>
span { border-color: #8284FF; }
span { border-color: rgb(130,132,255); }
td.TdClassName
{
border-color: #8284FF;
}
.TagClassName
{
border-color: #8284FF;
}
</style>