Shades of Light Slate Blue #7578FF
Tints of Light Slate Blue #7578FF
RGB
CMYK
RGB Variations
Color information
#7578FF (or 0x7578FF) is known color: Light Slate Blue. HEX triplet: 75, 78 and FF. RGB value is (117,120,255). Sum of RGB (Red+Green+Blue) = 117+120+255=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #7578FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7578FF is #8A8700. Grayscale: #858585. Windows color (decimal): -9078529 or 16742517. OLE color: 16742517.
HSL color Cylindrical-coordinate representation of color #7578FF: hue angle of 238.7º 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 #7578FF is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 120 | 255 | - |
| CMYK | 0.54 | 0.53 | 0 | 0 |
| HSL | 238.7º | 1% | 0.73% | - |
| HSV(B) | 238.7º | 0.54% | 1% | - |
| XYZ | 32.1 | 24.43 | 97.63 | - |
| YUV | 134.49 | 196.01 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 255 | 0.54 | 0.53 | 0 | 0 | 238.7 | 1 | 0.73 |
| Hex | 75 | 78 | FF | 36 | 35 | 0 | 0 | EF | 64 | 49 |
| Octal | 165 | 170 | 377 | 66 | 65 | 0 | 0 | 357 | 144 | 111 |
| Binary | 1110101 | 1111000 | 11111111 | 110110 | 110101 | 0 | 0 | 11101111 | 1100100 | 1001001 |
Color Harmonies of #7578FF
Complementary color
Monochromatic Colors of #7578FF
Black with #7578FF
Text Example
Text Example
White with #7578FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7578FF; }
p { color: rgb(117,120,255); }
H1.HeaderClassName
{
color: #7578FF;
}
.AnyTagClassName
{
color: #7578FF;
}
</style>
background-color css
<style>
a { background-color: #7578FF; }
a { background-color: rgb(117,120,255); }
div.DivClassName
{
background-color: #7578FF;
}
.BgClassName
{
background-color: #7578FF;
}
</style>
border-color css
<style>
span { border-color: #7578FF; }
span { border-color: rgb(117,120,255); }
td.TdClassName
{
border-color: #7578FF;
}
.TagClassName
{
border-color: #7578FF;
}
</style>