Shades of Light Slate Blue #8482F0
Tints of Light Slate Blue #8482F0
RGB
CMYK
RGB Variations
Color information
#8482F0 (or 0x8482F0) is known color: Light Slate Blue. HEX triplet: 84, 82 and F0. RGB value is (132,130,240). Sum of RGB (Red+Green+Blue) = 132+130+240=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #8482F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482F0 is #7B7D0F. Grayscale: #8E8E8E. Windows color (decimal): -8092944 or 15762052. OLE color: 15762052.
HSL color Cylindrical-coordinate representation of color #8482F0: hue angle of 241.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8482F0 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 130 | 240 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.06 |
| HSL | 241.09º | 0.79% | 0.73% | - |
| HSV(B) | 241.09º | 0.46% | 0.94% | - |
| XYZ | 33.23 | 27.16 | 85.93 | - |
| YUV | 143.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 240 | 0.45 | 0.46 | 0 | 0.06 | 241.09 | 0.79 | 0.73 |
| Hex | 84 | 82 | F0 | 2D | 2E | 0 | 6 | F1 | 4F | 49 |
| Octal | 204 | 202 | 360 | 55 | 56 | 0 | 6 | 361 | 117 | 111 |
| Binary | 10000100 | 10000010 | 11110000 | 101101 | 101110 | 0 | 110 | 11110001 | 1001111 | 1001001 |
Color Harmonies of #8482F0
Complementary color
Monochromatic Colors of #8482F0
Black with #8482F0
Text Example
Text Example
White with #8482F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482F0; }
p { color: rgb(132,130,240); }
H1.HeaderClassName
{
color: #8482F0;
}
.AnyTagClassName
{
color: #8482F0;
}
</style>
background-color css
<style>
a { background-color: #8482F0; }
a { background-color: rgb(132,130,240); }
div.DivClassName
{
background-color: #8482F0;
}
.BgClassName
{
background-color: #8482F0;
}
</style>
border-color css
<style>
span { border-color: #8482F0; }
span { border-color: rgb(132,130,240); }
td.TdClassName
{
border-color: #8482F0;
}
.TagClassName
{
border-color: #8482F0;
}
</style>