Shades of Light Slate Blue #757FFE
Tints of Light Slate Blue #757FFE
RGB
CMYK
RGB Variations
Color information
#757FFE (or 0x757FFE) is known color: Light Slate Blue. HEX triplet: 75, 7F and FE. RGB value is (117,127,254). Sum of RGB (Red+Green+Blue) = 117+127+254=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #757FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FFE is #8A8001. Grayscale: #898989. Windows color (decimal): -9076738 or 16678773. OLE color: 16678773.
HSL color Cylindrical-coordinate representation of color #757FFE: hue angle of 235.62º 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 #757FFE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 127 | 254 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.00 |
| HSL | 235.62º | 0.99% | 0.73% | - |
| HSV(B) | 235.62º | 0.54% | 1% | - |
| XYZ | 32.81 | 26.12 | 97.08 | - |
| YUV | 138.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 254 | 0.54 | 0.50 | 0 | 0.00 | 235.62 | 0.99 | 0.73 |
| Hex | 75 | 7F | FE | 36 | 32 | 0 | 0 | EC | 63 | 49 |
| Octal | 165 | 177 | 376 | 66 | 62 | 0 | 0 | 354 | 143 | 111 |
| Binary | 1110101 | 1111111 | 11111110 | 110110 | 110010 | 0 | 0 | 11101100 | 1100011 | 1001001 |
Color Harmonies of #757FFE
Complementary color
Monochromatic Colors of #757FFE
Black with #757FFE
Text Example
Text Example
White with #757FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FFE; }
p { color: rgb(117,127,254); }
H1.HeaderClassName
{
color: #757FFE;
}
.AnyTagClassName
{
color: #757FFE;
}
</style>
background-color css
<style>
a { background-color: #757FFE; }
a { background-color: rgb(117,127,254); }
div.DivClassName
{
background-color: #757FFE;
}
.BgClassName
{
background-color: #757FFE;
}
</style>
border-color css
<style>
span { border-color: #757FFE; }
span { border-color: rgb(117,127,254); }
td.TdClassName
{
border-color: #757FFE;
}
.TagClassName
{
border-color: #757FFE;
}
</style>