Shades of Light Slate Blue #757CFF
Tints of Light Slate Blue #757CFF
RGB
CMYK
RGB Variations
Color information
#757CFF (or 0x757CFF) is known color: Light Slate Blue. HEX triplet: 75, 7C and FF. RGB value is (117,124,255). Sum of RGB (Red+Green+Blue) = 117+124+255=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #757CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFF is #8A8300. Grayscale: #888888. Windows color (decimal): -9077505 or 16743541. OLE color: 16743541.
HSL color Cylindrical-coordinate representation of color #757CFF: hue angle of 236.96º 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 #757CFF is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 124 | 255 | - |
| CMYK | 0.54 | 0.51 | 0 | 0 |
| HSL | 236.96º | 1% | 0.73% | - |
| HSV(B) | 236.96º | 0.54% | 1% | - |
| XYZ | 32.59 | 25.42 | 97.8 | - |
| YUV | 136.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 255 | 0.54 | 0.51 | 0 | 0 | 236.96 | 1 | 0.73 |
| Hex | 75 | 7C | FF | 36 | 33 | 0 | 0 | ED | 64 | 49 |
| Octal | 165 | 174 | 377 | 66 | 63 | 0 | 0 | 355 | 144 | 111 |
| Binary | 1110101 | 1111100 | 11111111 | 110110 | 110011 | 0 | 0 | 11101101 | 1100100 | 1001001 |
Color Harmonies of #757CFF
Complementary color
Monochromatic Colors of #757CFF
Black with #757CFF
Text Example
Text Example
White with #757CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CFF; }
p { color: rgb(117,124,255); }
H1.HeaderClassName
{
color: #757CFF;
}
.AnyTagClassName
{
color: #757CFF;
}
</style>
background-color css
<style>
a { background-color: #757CFF; }
a { background-color: rgb(117,124,255); }
div.DivClassName
{
background-color: #757CFF;
}
.BgClassName
{
background-color: #757CFF;
}
</style>
border-color css
<style>
span { border-color: #757CFF; }
span { border-color: rgb(117,124,255); }
td.TdClassName
{
border-color: #757CFF;
}
.TagClassName
{
border-color: #757CFF;
}
</style>