Shades of Light Slate Blue #8383EA
Tints of Light Slate Blue #8383EA
RGB
CMYK
RGB Variations
Color information
#8383EA (or 0x8383EA) is known color: Light Slate Blue. HEX triplet: 83, 83 and EA. RGB value is (131,131,234). Sum of RGB (Red+Green+Blue) = 131+131+234=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #8383EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8383EA is #7C7C15. Grayscale: #8E8E8E. Windows color (decimal): -8158230 or 15369091. OLE color: 15369091.
HSL color Cylindrical-coordinate representation of color #8383EA: hue angle of 240º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8383EA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 131 | 234 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.08 |
| HSL | 240º | 0.71% | 0.72% | - |
| HSV(B) | 240º | 0.44% | 0.92% | - |
| XYZ | 32.33 | 27 | 81.35 | - |
| YUV | 142.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 234 | 0.44 | 0.44 | 0 | 0.08 | 240 | 0.71 | 0.72 |
| Hex | 83 | 83 | EA | 2C | 2C | 0 | 8 | F0 | 47 | 48 |
| Octal | 203 | 203 | 352 | 54 | 54 | 0 | 10 | 360 | 107 | 110 |
| Binary | 10000011 | 10000011 | 11101010 | 101100 | 101100 | 0 | 1000 | 11110000 | 1000111 | 1001000 |
Color Harmonies of #8383EA
Complementary color
Monochromatic Colors of #8383EA
Black with #8383EA
Text Example
Text Example
White with #8383EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8383EA; }
p { color: rgb(131,131,234); }
H1.HeaderClassName
{
color: #8383EA;
}
.AnyTagClassName
{
color: #8383EA;
}
</style>
background-color css
<style>
a { background-color: #8383EA; }
a { background-color: rgb(131,131,234); }
div.DivClassName
{
background-color: #8383EA;
}
.BgClassName
{
background-color: #8383EA;
}
</style>
border-color css
<style>
span { border-color: #8383EA; }
span { border-color: rgb(131,131,234); }
td.TdClassName
{
border-color: #8383EA;
}
.TagClassName
{
border-color: #8383EA;
}
</style>