Shades of Slate Blue #7457DD
Tints of Slate Blue #7457DD
RGB
CMYK
RGB Variations
Color information
#7457DD (or 0x7457DD) is known color: Slate Blue. HEX triplet: 74, 57 and DD. RGB value is (116,87,221). Sum of RGB (Red+Green+Blue) = 116+87+221=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #7457DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7457DD is #8BA822. Grayscale: #6E6E6E. Windows color (decimal): -9152547 or 14505844. OLE color: 14505844.
HSL color Cylindrical-coordinate representation of color #7457DD: hue angle of 252.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7457DD is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 87 | 221 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.13 |
| HSL | 252.99º | 0.66% | 0.6% | - |
| HSV(B) | 252.99º | 0.61% | 0.87% | - |
| XYZ | 23.66 | 15.75 | 70.2 | - |
| YUV | 110.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 221 | 0.48 | 0.61 | 0 | 0.13 | 252.99 | 0.66 | 0.6 |
| Hex | 74 | 57 | DD | 30 | 3D | 0 | D | FD | 42 | 3C |
| Octal | 164 | 127 | 335 | 60 | 75 | 0 | 15 | 375 | 102 | 74 |
| Binary | 1110100 | 1010111 | 11011101 | 110000 | 111101 | 0 | 1101 | 11111101 | 1000010 | 111100 |
Color Harmonies of #7457DD
Complementary color
Monochromatic Colors of #7457DD
Black with #7457DD
Text Example
Text Example
White with #7457DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7457DD; }
p { color: rgb(116,87,221); }
H1.HeaderClassName
{
color: #7457DD;
}
.AnyTagClassName
{
color: #7457DD;
}
</style>
background-color css
<style>
a { background-color: #7457DD; }
a { background-color: rgb(116,87,221); }
div.DivClassName
{
background-color: #7457DD;
}
.BgClassName
{
background-color: #7457DD;
}
</style>
border-color css
<style>
span { border-color: #7457DD; }
span { border-color: rgb(116,87,221); }
td.TdClassName
{
border-color: #7457DD;
}
.TagClassName
{
border-color: #7457DD;
}
</style>