Shades of Light Slate Blue #757EFE
Tints of Light Slate Blue #757EFE
RGB
CMYK
RGB Variations
Color information
#757EFE (or 0x757EFE) is known color: Light Slate Blue. HEX triplet: 75, 7E and FE. RGB value is (117,126,254). Sum of RGB (Red+Green+Blue) = 117+126+254=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #757EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757EFE is #8A8101. Grayscale: #898989. Windows color (decimal): -9076994 or 16678517. OLE color: 16678517.
HSL color Cylindrical-coordinate representation of color #757EFE: hue angle of 236.06º 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 #757EFE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 126 | 254 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.00 |
| HSL | 236.06º | 0.99% | 0.73% | - |
| HSV(B) | 236.06º | 0.54% | 1% | - |
| XYZ | 32.69 | 25.86 | 97.03 | - |
| YUV | 137.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 254 | 0.54 | 0.50 | 0 | 0.00 | 236.06 | 0.99 | 0.73 |
| Hex | 75 | 7E | FE | 36 | 32 | 0 | 0 | EC | 63 | 49 |
| Octal | 165 | 176 | 376 | 66 | 62 | 0 | 0 | 354 | 143 | 111 |
| Binary | 1110101 | 1111110 | 11111110 | 110110 | 110010 | 0 | 0 | 11101100 | 1100011 | 1001001 |
Color Harmonies of #757EFE
Complementary color
Monochromatic Colors of #757EFE
Black with #757EFE
Text Example
Text Example
White with #757EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EFE; }
p { color: rgb(117,126,254); }
H1.HeaderClassName
{
color: #757EFE;
}
.AnyTagClassName
{
color: #757EFE;
}
</style>
background-color css
<style>
a { background-color: #757EFE; }
a { background-color: rgb(117,126,254); }
div.DivClassName
{
background-color: #757EFE;
}
.BgClassName
{
background-color: #757EFE;
}
</style>
border-color css
<style>
span { border-color: #757EFE; }
span { border-color: rgb(117,126,254); }
td.TdClassName
{
border-color: #757EFE;
}
.TagClassName
{
border-color: #757EFE;
}
</style>