Shades of Light Slate Blue #8483FA
Tints of Light Slate Blue #8483FA
RGB
CMYK
RGB Variations
Color information
#8483FA (or 0x8483FA) is known color: Light Slate Blue. HEX triplet: 84, 83 and FA. RGB value is (132,131,250). Sum of RGB (Red+Green+Blue) = 132+131+250=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #8483FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8483FA is #7B7C05. Grayscale: #909090. Windows color (decimal): -8092678 or 16417668. OLE color: 16417668.
HSL color Cylindrical-coordinate representation of color #8483FA: hue angle of 240.5º 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 #8483FA is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 131 | 250 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.02 |
| HSL | 240.5º | 0.92% | 0.75% | - |
| HSV(B) | 240.5º | 0.48% | 0.98% | - |
| XYZ | 34.89 | 28.04 | 94.02 | - |
| YUV | 144.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 250 | 0.47 | 0.48 | 0 | 0.02 | 240.5 | 0.92 | 0.75 |
| Hex | 84 | 83 | FA | 2F | 30 | 0 | 2 | F1 | 5C | 4B |
| Octal | 204 | 203 | 372 | 57 | 60 | 0 | 2 | 361 | 134 | 113 |
| Binary | 10000100 | 10000011 | 11111010 | 101111 | 110000 | 0 | 10 | 11110001 | 1011100 | 1001011 |
Color Harmonies of #8483FA
Complementary color
Monochromatic Colors of #8483FA
Black with #8483FA
Text Example
Text Example
White with #8483FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8483FA; }
p { color: rgb(132,131,250); }
H1.HeaderClassName
{
color: #8483FA;
}
.AnyTagClassName
{
color: #8483FA;
}
</style>
background-color css
<style>
a { background-color: #8483FA; }
a { background-color: rgb(132,131,250); }
div.DivClassName
{
background-color: #8483FA;
}
.BgClassName
{
background-color: #8483FA;
}
</style>
border-color css
<style>
span { border-color: #8483FA; }
span { border-color: rgb(132,131,250); }
td.TdClassName
{
border-color: #8483FA;
}
.TagClassName
{
border-color: #8483FA;
}
</style>