Shades of Light Slate Blue #757CFA
Tints of Light Slate Blue #757CFA
RGB
CMYK
RGB Variations
Color information
#757CFA (or 0x757CFA) is known color: Light Slate Blue. HEX triplet: 75, 7C and FA. RGB value is (117,124,250). Sum of RGB (Red+Green+Blue) = 117+124+250=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #757CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFA is #8A8305. Grayscale: #878787. Windows color (decimal): -9077510 or 16415861. OLE color: 16415861.
HSL color Cylindrical-coordinate representation of color #757CFA: hue angle of 236.84º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757CFA is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 124 | 250 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.02 |
| HSL | 236.84º | 0.93% | 0.72% | - |
| HSV(B) | 236.84º | 0.53% | 0.98% | - |
| XYZ | 31.8 | 25.1 | 93.61 | - |
| YUV | 136.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 250 | 0.53 | 0.50 | 0 | 0.02 | 236.84 | 0.93 | 0.72 |
| Hex | 75 | 7C | FA | 35 | 32 | 0 | 2 | ED | 5D | 48 |
| Octal | 165 | 174 | 372 | 65 | 62 | 0 | 2 | 355 | 135 | 110 |
| Binary | 1110101 | 1111100 | 11111010 | 110101 | 110010 | 0 | 10 | 11101101 | 1011101 | 1001000 |
Color Harmonies of #757CFA
Complementary color
Monochromatic Colors of #757CFA
Black with #757CFA
Text Example
Text Example
White with #757CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CFA; }
p { color: rgb(117,124,250); }
H1.HeaderClassName
{
color: #757CFA;
}
.AnyTagClassName
{
color: #757CFA;
}
</style>
background-color css
<style>
a { background-color: #757CFA; }
a { background-color: rgb(117,124,250); }
div.DivClassName
{
background-color: #757CFA;
}
.BgClassName
{
background-color: #757CFA;
}
</style>
border-color css
<style>
span { border-color: #757CFA; }
span { border-color: rgb(117,124,250); }
td.TdClassName
{
border-color: #757CFA;
}
.TagClassName
{
border-color: #757CFA;
}
</style>