Shades of Light Slate Blue #8483F8
Tints of Light Slate Blue #8483F8
RGB
CMYK
RGB Variations
Color information
#8483F8 (or 0x8483F8) is known color: Light Slate Blue. HEX triplet: 84, 83 and F8. RGB value is (132,131,248). Sum of RGB (Red+Green+Blue) = 132+131+248=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #8483F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483F8 is #7B7C07. Grayscale: #909090. Windows color (decimal): -8092680 or 16286596. OLE color: 16286596.
HSL color Cylindrical-coordinate representation of color #8483F8: hue angle of 240.51º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8483F8 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 131 | 248 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.03 |
| HSL | 240.51º | 0.89% | 0.74% | - |
| HSV(B) | 240.51º | 0.47% | 0.97% | - |
| XYZ | 34.58 | 27.92 | 92.37 | - |
| YUV | 144.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 248 | 0.47 | 0.47 | 0 | 0.03 | 240.51 | 0.89 | 0.74 |
| Hex | 84 | 83 | F8 | 2F | 2F | 0 | 3 | F1 | 59 | 4A |
| Octal | 204 | 203 | 370 | 57 | 57 | 0 | 3 | 361 | 131 | 112 |
| Binary | 10000100 | 10000011 | 11111000 | 101111 | 101111 | 0 | 11 | 11110001 | 1011001 | 1001010 |
Color Harmonies of #8483F8
Complementary color
Monochromatic Colors of #8483F8
Black with #8483F8
Text Example
Text Example
White with #8483F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483F8; }
p { color: rgb(132,131,248); }
H1.HeaderClassName
{
color: #8483F8;
}
.AnyTagClassName
{
color: #8483F8;
}
</style>
background-color css
<style>
a { background-color: #8483F8; }
a { background-color: rgb(132,131,248); }
div.DivClassName
{
background-color: #8483F8;
}
.BgClassName
{
background-color: #8483F8;
}
</style>
border-color css
<style>
span { border-color: #8483F8; }
span { border-color: rgb(132,131,248); }
td.TdClassName
{
border-color: #8483F8;
}
.TagClassName
{
border-color: #8483F8;
}
</style>