Shades of Light Slate Blue #7584FE
Tints of Light Slate Blue #7584FE
RGB
CMYK
RGB Variations
Color information
#7584FE (or 0x7584FE) is known color: Light Slate Blue. HEX triplet: 75, 84 and FE. RGB value is (117,132,254). Sum of RGB (Red+Green+Blue) = 117+132+254=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7584FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7584FE is #8A7B01. Grayscale: #8C8C8C. Windows color (decimal): -9075458 or 16680053. OLE color: 16680053.
HSL color Cylindrical-coordinate representation of color #7584FE: hue angle of 233.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7584FE is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 132 | 254 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.00 |
| HSL | 233.43º | 0.99% | 0.73% | - |
| HSV(B) | 233.43º | 0.54% | 1% | - |
| XYZ | 33.48 | 27.44 | 97.3 | - |
| YUV | 141.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 254 | 0.54 | 0.48 | 0 | 0.00 | 233.43 | 0.99 | 0.73 |
| Hex | 75 | 84 | FE | 36 | 30 | 0 | 0 | E9 | 63 | 49 |
| Octal | 165 | 204 | 376 | 66 | 60 | 0 | 0 | 351 | 143 | 111 |
| Binary | 1110101 | 10000100 | 11111110 | 110110 | 110000 | 0 | 0 | 11101001 | 1100011 | 1001001 |
Color Harmonies of #7584FE
Complementary color
Monochromatic Colors of #7584FE
Black with #7584FE
Text Example
Text Example
White with #7584FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584FE; }
p { color: rgb(117,132,254); }
H1.HeaderClassName
{
color: #7584FE;
}
.AnyTagClassName
{
color: #7584FE;
}
</style>
background-color css
<style>
a { background-color: #7584FE; }
a { background-color: rgb(117,132,254); }
div.DivClassName
{
background-color: #7584FE;
}
.BgClassName
{
background-color: #7584FE;
}
</style>
border-color css
<style>
span { border-color: #7584FE; }
span { border-color: rgb(117,132,254); }
td.TdClassName
{
border-color: #7584FE;
}
.TagClassName
{
border-color: #7584FE;
}
</style>