Shades of Light Slate Blue #8383F8
Tints of Light Slate Blue #8383F8
RGB
CMYK
RGB Variations
Color information
#8383F8 (or 0x8383F8) is known color: Light Slate Blue. HEX triplet: 83, 83 and F8. RGB value is (131,131,248). Sum of RGB (Red+Green+Blue) = 131+131+248=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #8383F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8383F8 is #7C7C07. Grayscale: #8F8F8F. Windows color (decimal): -8158216 or 16286595. OLE color: 16286595.
HSL color Cylindrical-coordinate representation of color #8383F8: hue angle of 240º 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 #8383F8 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 131 | 248 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.03 |
| HSL | 240º | 0.89% | 0.74% | - |
| HSV(B) | 240º | 0.47% | 0.97% | - |
| XYZ | 34.42 | 27.84 | 92.37 | - |
| YUV | 144.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 248 | 0.47 | 0.47 | 0 | 0.03 | 240 | 0.89 | 0.74 |
| Hex | 83 | 83 | F8 | 2F | 2F | 0 | 3 | F0 | 59 | 4A |
| Octal | 203 | 203 | 370 | 57 | 57 | 0 | 3 | 360 | 131 | 112 |
| Binary | 10000011 | 10000011 | 11111000 | 101111 | 101111 | 0 | 11 | 11110000 | 1011001 | 1001010 |
Color Harmonies of #8383F8
Complementary color
Monochromatic Colors of #8383F8
Black with #8383F8
Text Example
Text Example
White with #8383F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8383F8; }
p { color: rgb(131,131,248); }
H1.HeaderClassName
{
color: #8383F8;
}
.AnyTagClassName
{
color: #8383F8;
}
</style>
background-color css
<style>
a { background-color: #8383F8; }
a { background-color: rgb(131,131,248); }
div.DivClassName
{
background-color: #8383F8;
}
.BgClassName
{
background-color: #8383F8;
}
</style>
border-color css
<style>
span { border-color: #8383F8; }
span { border-color: rgb(131,131,248); }
td.TdClassName
{
border-color: #8383F8;
}
.TagClassName
{
border-color: #8383F8;
}
</style>