Shades of Light Slate Blue #7477FA
Tints of Light Slate Blue #7477FA
RGB
CMYK
RGB Variations
Color information
#7477FA (or 0x7477FA) is known color: Light Slate Blue. HEX triplet: 74, 77 and FA. RGB value is (116,119,250). Sum of RGB (Red+Green+Blue) = 116+119+250=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #7477FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7477FA is #8B8805. Grayscale: #848484. Windows color (decimal): -9144326 or 16414580. OLE color: 16414580.
HSL color Cylindrical-coordinate representation of color #7477FA: hue angle of 238.66º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7477FA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 119 | 250 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.02 |
| HSL | 238.66º | 0.93% | 0.72% | - |
| HSV(B) | 238.66º | 0.54% | 0.98% | - |
| XYZ | 31.05 | 23.81 | 93.4 | - |
| YUV | 133.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 250 | 0.54 | 0.52 | 0 | 0.02 | 238.66 | 0.93 | 0.72 |
| Hex | 74 | 77 | FA | 36 | 34 | 0 | 2 | EF | 5D | 48 |
| Octal | 164 | 167 | 372 | 66 | 64 | 0 | 2 | 357 | 135 | 110 |
| Binary | 1110100 | 1110111 | 11111010 | 110110 | 110100 | 0 | 10 | 11101111 | 1011101 | 1001000 |
Color Harmonies of #7477FA
Complementary color
Monochromatic Colors of #7477FA
Black with #7477FA
Text Example
Text Example
White with #7477FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7477FA; }
p { color: rgb(116,119,250); }
H1.HeaderClassName
{
color: #7477FA;
}
.AnyTagClassName
{
color: #7477FA;
}
</style>
background-color css
<style>
a { background-color: #7477FA; }
a { background-color: rgb(116,119,250); }
div.DivClassName
{
background-color: #7477FA;
}
.BgClassName
{
background-color: #7477FA;
}
</style>
border-color css
<style>
span { border-color: #7477FA; }
span { border-color: rgb(116,119,250); }
td.TdClassName
{
border-color: #7477FA;
}
.TagClassName
{
border-color: #7477FA;
}
</style>