Shades of Light Slate Blue #8389FA
Tints of Light Slate Blue #8389FA
RGB
CMYK
RGB Variations
Color information
#8389FA (or 0x8389FA) is known color: Light Slate Blue. HEX triplet: 83, 89 and FA. RGB value is (131,137,250). Sum of RGB (Red+Green+Blue) = 131+137+250=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #8389FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8389FA is #7C7605. Grayscale: #939393. Windows color (decimal): -8156678 or 16419203. OLE color: 16419203.
HSL color Cylindrical-coordinate representation of color #8389FA: hue angle of 236.97º 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 #8389FA is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 137 | 250 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.02 |
| HSL | 236.97º | 0.92% | 0.75% | - |
| HSV(B) | 236.97º | 0.48% | 0.98% | - |
| XYZ | 35.56 | 29.62 | 94.29 | - |
| YUV | 148.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 250 | 0.48 | 0.45 | 0 | 0.02 | 236.97 | 0.92 | 0.75 |
| Hex | 83 | 89 | FA | 30 | 2D | 0 | 2 | ED | 5C | 4B |
| Octal | 203 | 211 | 372 | 60 | 55 | 0 | 2 | 355 | 134 | 113 |
| Binary | 10000011 | 10001001 | 11111010 | 110000 | 101101 | 0 | 10 | 11101101 | 1011100 | 1001011 |
Color Harmonies of #8389FA
Complementary color
Monochromatic Colors of #8389FA
Black with #8389FA
Text Example
Text Example
White with #8389FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8389FA; }
p { color: rgb(131,137,250); }
H1.HeaderClassName
{
color: #8389FA;
}
.AnyTagClassName
{
color: #8389FA;
}
</style>
background-color css
<style>
a { background-color: #8389FA; }
a { background-color: rgb(131,137,250); }
div.DivClassName
{
background-color: #8389FA;
}
.BgClassName
{
background-color: #8389FA;
}
</style>
border-color css
<style>
span { border-color: #8389FA; }
span { border-color: rgb(131,137,250); }
td.TdClassName
{
border-color: #8389FA;
}
.TagClassName
{
border-color: #8389FA;
}
</style>