Shades of Medium Slate Blue #7475E0
Tints of Medium Slate Blue #7475E0
RGB
CMYK
RGB Variations
Color information
#7475E0 (or 0x7475E0) is known color: Medium Slate Blue. HEX triplet: 74, 75 and E0. RGB value is (116,117,224). Sum of RGB (Red+Green+Blue) = 116+117+224=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #7475E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475E0 is #8B8A1F. Grayscale: #808080. Windows color (decimal): -9144864 or 14710132. OLE color: 14710132.
HSL color Cylindrical-coordinate representation of color #7475E0: hue angle of 239.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7475E0 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 117 | 224 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.12 |
| HSL | 239.44º | 0.64% | 0.67% | - |
| HSV(B) | 239.44º | 0.48% | 0.88% | - |
| XYZ | 27.02 | 21.82 | 73.31 | - |
| YUV | 128.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 224 | 0.48 | 0.48 | 0 | 0.12 | 239.44 | 0.64 | 0.67 |
| Hex | 74 | 75 | E0 | 30 | 30 | 0 | C | EF | 40 | 43 |
| Octal | 164 | 165 | 340 | 60 | 60 | 0 | 14 | 357 | 100 | 103 |
| Binary | 1110100 | 1110101 | 11100000 | 110000 | 110000 | 0 | 1100 | 11101111 | 1000000 | 1000011 |
Color Harmonies of #7475E0
Complementary color
Monochromatic Colors of #7475E0
Black with #7475E0
Text Example
Text Example
White with #7475E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7475E0; }
p { color: rgb(116,117,224); }
H1.HeaderClassName
{
color: #7475E0;
}
.AnyTagClassName
{
color: #7475E0;
}
</style>
background-color css
<style>
a { background-color: #7475E0; }
a { background-color: rgb(116,117,224); }
div.DivClassName
{
background-color: #7475E0;
}
.BgClassName
{
background-color: #7475E0;
}
</style>
border-color css
<style>
span { border-color: #7475E0; }
span { border-color: rgb(116,117,224); }
td.TdClassName
{
border-color: #7475E0;
}
.TagClassName
{
border-color: #7475E0;
}
</style>