Shades of Light Slate Blue #757EFF
Tints of Light Slate Blue #757EFF
RGB
CMYK
RGB Variations
Color information
#757EFF (or 0x757EFF) is known color: Light Slate Blue. HEX triplet: 75, 7E and FF. RGB value is (117,126,255). Sum of RGB (Red+Green+Blue) = 117+126+255=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #757EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757EFF is #8A8100. Grayscale: #898989. Windows color (decimal): -9076993 or 16744053. OLE color: 16744053.
HSL color Cylindrical-coordinate representation of color #757EFF: hue angle of 236.09º 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 #757EFF is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 126 | 255 | - |
| CMYK | 0.54 | 0.51 | 0 | 0 |
| HSL | 236.09º | 1% | 0.73% | - |
| HSV(B) | 236.09º | 0.54% | 1% | - |
| XYZ | 32.85 | 25.92 | 97.88 | - |
| YUV | 138.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 255 | 0.54 | 0.51 | 0 | 0 | 236.09 | 1 | 0.73 |
| Hex | 75 | 7E | FF | 36 | 33 | 0 | 0 | EC | 64 | 49 |
| Octal | 165 | 176 | 377 | 66 | 63 | 0 | 0 | 354 | 144 | 111 |
| Binary | 1110101 | 1111110 | 11111111 | 110110 | 110011 | 0 | 0 | 11101100 | 1100100 | 1001001 |
Color Harmonies of #757EFF
Complementary color
Monochromatic Colors of #757EFF
Black with #757EFF
Text Example
Text Example
White with #757EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EFF; }
p { color: rgb(117,126,255); }
H1.HeaderClassName
{
color: #757EFF;
}
.AnyTagClassName
{
color: #757EFF;
}
</style>
background-color css
<style>
a { background-color: #757EFF; }
a { background-color: rgb(117,126,255); }
div.DivClassName
{
background-color: #757EFF;
}
.BgClassName
{
background-color: #757EFF;
}
</style>
border-color css
<style>
span { border-color: #757EFF; }
span { border-color: rgb(117,126,255); }
td.TdClassName
{
border-color: #757EFF;
}
.TagClassName
{
border-color: #757EFF;
}
</style>