Shades of Light Slate Blue #757BFA
Tints of Light Slate Blue #757BFA
RGB
CMYK
RGB Variations
Color information
#757BFA (or 0x757BFA) is known color: Light Slate Blue. HEX triplet: 75, 7B and FA. RGB value is (117,123,250). Sum of RGB (Red+Green+Blue) = 117+123+250=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #757BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BFA is #8A8405. Grayscale: #878787. Windows color (decimal): -9077766 or 16415605. OLE color: 16415605.
HSL color Cylindrical-coordinate representation of color #757BFA: hue angle of 237.29º 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 #757BFA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 123 | 250 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.02 |
| HSL | 237.29º | 0.93% | 0.72% | - |
| HSV(B) | 237.29º | 0.53% | 0.98% | - |
| XYZ | 31.67 | 24.85 | 93.57 | - |
| YUV | 135.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 250 | 0.53 | 0.51 | 0 | 0.02 | 237.29 | 0.93 | 0.72 |
| Hex | 75 | 7B | FA | 35 | 33 | 0 | 2 | ED | 5D | 48 |
| Octal | 165 | 173 | 372 | 65 | 63 | 0 | 2 | 355 | 135 | 110 |
| Binary | 1110101 | 1111011 | 11111010 | 110101 | 110011 | 0 | 10 | 11101101 | 1011101 | 1001000 |
Color Harmonies of #757BFA
Complementary color
Monochromatic Colors of #757BFA
Black with #757BFA
Text Example
Text Example
White with #757BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BFA; }
p { color: rgb(117,123,250); }
H1.HeaderClassName
{
color: #757BFA;
}
.AnyTagClassName
{
color: #757BFA;
}
</style>
background-color css
<style>
a { background-color: #757BFA; }
a { background-color: rgb(117,123,250); }
div.DivClassName
{
background-color: #757BFA;
}
.BgClassName
{
background-color: #757BFA;
}
</style>
border-color css
<style>
span { border-color: #757BFA; }
span { border-color: rgb(117,123,250); }
td.TdClassName
{
border-color: #757BFA;
}
.TagClassName
{
border-color: #757BFA;
}
</style>