Shades of Slate Blue #7454DD
Tints of Slate Blue #7454DD
RGB
CMYK
RGB Variations
Color information
#7454DD (or 0x7454DD) is known color: Slate Blue. HEX triplet: 74, 54 and DD. RGB value is (116,84,221). Sum of RGB (Red+Green+Blue) = 116+84+221=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #7454DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7454DD is #8BAB22. Grayscale: #6C6C6C. Windows color (decimal): -9153315 or 14505076. OLE color: 14505076.
HSL color Cylindrical-coordinate representation of color #7454DD: hue angle of 254.01º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7454DD is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 84 | 221 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.13 |
| HSL | 254.01º | 0.67% | 0.6% | - |
| HSV(B) | 254.01º | 0.62% | 0.87% | - |
| XYZ | 23.42 | 15.27 | 70.12 | - |
| YUV | 109.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 221 | 0.48 | 0.62 | 0 | 0.13 | 254.01 | 0.67 | 0.6 |
| Hex | 74 | 54 | DD | 30 | 3E | 0 | D | FE | 43 | 3C |
| Octal | 164 | 124 | 335 | 60 | 76 | 0 | 15 | 376 | 103 | 74 |
| Binary | 1110100 | 1010100 | 11011101 | 110000 | 111110 | 0 | 1101 | 11111110 | 1000011 | 111100 |
Color Harmonies of #7454DD
Complementary color
Monochromatic Colors of #7454DD
Black with #7454DD
Text Example
Text Example
White with #7454DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7454DD; }
p { color: rgb(116,84,221); }
H1.HeaderClassName
{
color: #7454DD;
}
.AnyTagClassName
{
color: #7454DD;
}
</style>
background-color css
<style>
a { background-color: #7454DD; }
a { background-color: rgb(116,84,221); }
div.DivClassName
{
background-color: #7454DD;
}
.BgClassName
{
background-color: #7454DD;
}
</style>
border-color css
<style>
span { border-color: #7454DD; }
span { border-color: rgb(116,84,221); }
td.TdClassName
{
border-color: #7454DD;
}
.TagClassName
{
border-color: #7454DD;
}
</style>