Shades of Slate Blue #7458DD
Tints of Slate Blue #7458DD
RGB
CMYK
RGB Variations
Color information
#7458DD (or 0x7458DD) is known color: Slate Blue. HEX triplet: 74, 58 and DD. RGB value is (116,88,221). Sum of RGB (Red+Green+Blue) = 116+88+221=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #7458DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458DD is #8BA722. Grayscale: #6F6F6F. Windows color (decimal): -9152291 or 14506100. OLE color: 14506100.
HSL color Cylindrical-coordinate representation of color #7458DD: hue angle of 252.63º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7458DD is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 88 | 221 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.13 |
| HSL | 252.63º | 0.66% | 0.61% | - |
| HSV(B) | 252.63º | 0.6% | 0.87% | - |
| XYZ | 23.74 | 15.91 | 70.23 | - |
| YUV | 111.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 221 | 0.48 | 0.60 | 0 | 0.13 | 252.63 | 0.66 | 0.61 |
| Hex | 74 | 58 | DD | 30 | 3C | 0 | D | FD | 42 | 3D |
| Octal | 164 | 130 | 335 | 60 | 74 | 0 | 15 | 375 | 102 | 75 |
| Binary | 1110100 | 1011000 | 11011101 | 110000 | 111100 | 0 | 1101 | 11111101 | 1000010 | 111101 |
Color Harmonies of #7458DD
Complementary color
Monochromatic Colors of #7458DD
Black with #7458DD
Text Example
Text Example
White with #7458DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458DD; }
p { color: rgb(116,88,221); }
H1.HeaderClassName
{
color: #7458DD;
}
.AnyTagClassName
{
color: #7458DD;
}
</style>
background-color css
<style>
a { background-color: #7458DD; }
a { background-color: rgb(116,88,221); }
div.DivClassName
{
background-color: #7458DD;
}
.BgClassName
{
background-color: #7458DD;
}
</style>
border-color css
<style>
span { border-color: #7458DD; }
span { border-color: rgb(116,88,221); }
td.TdClassName
{
border-color: #7458DD;
}
.TagClassName
{
border-color: #7458DD;
}
</style>