Shades of Light Slate Blue #7583FF
Tints of Light Slate Blue #7583FF
RGB
CMYK
RGB Variations
Color information
#7583FF (or 0x7583FF) is known color: Light Slate Blue. HEX triplet: 75, 83 and FF. RGB value is (117,131,255). Sum of RGB (Red+Green+Blue) = 117+131+255=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7583FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7583FF is #8A7C00. Grayscale: #8C8C8C. Windows color (decimal): -9075713 or 16745333. OLE color: 16745333.
HSL color Cylindrical-coordinate representation of color #7583FF: hue angle of 233.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7583FF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 131 | 255 | - |
| CMYK | 0.54 | 0.49 | 0 | 0 |
| HSL | 233.91º | 1% | 0.73% | - |
| HSV(B) | 233.91º | 0.54% | 1% | - |
| XYZ | 33.5 | 27.23 | 98.1 | - |
| YUV | 140.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 255 | 0.54 | 0.49 | 0 | 0 | 233.91 | 1 | 0.73 |
| Hex | 75 | 83 | FF | 36 | 31 | 0 | 0 | EA | 64 | 49 |
| Octal | 165 | 203 | 377 | 66 | 61 | 0 | 0 | 352 | 144 | 111 |
| Binary | 1110101 | 10000011 | 11111111 | 110110 | 110001 | 0 | 0 | 11101010 | 1100100 | 1001001 |
Color Harmonies of #7583FF
Complementary color
Monochromatic Colors of #7583FF
Black with #7583FF
Text Example
Text Example
White with #7583FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7583FF; }
p { color: rgb(117,131,255); }
H1.HeaderClassName
{
color: #7583FF;
}
.AnyTagClassName
{
color: #7583FF;
}
</style>
background-color css
<style>
a { background-color: #7583FF; }
a { background-color: rgb(117,131,255); }
div.DivClassName
{
background-color: #7583FF;
}
.BgClassName
{
background-color: #7583FF;
}
</style>
border-color css
<style>
span { border-color: #7583FF; }
span { border-color: rgb(117,131,255); }
td.TdClassName
{
border-color: #7583FF;
}
.TagClassName
{
border-color: #7583FF;
}
</style>