Shades of Slate Blue #7552DD
Tints of Slate Blue #7552DD
RGB
CMYK
RGB Variations
Color information
#7552DD (or 0x7552DD) is known color: Slate Blue. HEX triplet: 75, 52 and DD. RGB value is (117,82,221). Sum of RGB (Red+Green+Blue) = 117+82+221=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #7552DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552DD is #8AAD22. Grayscale: #6B6B6B. Windows color (decimal): -9088291 or 14504565. OLE color: 14504565.
HSL color Cylindrical-coordinate representation of color #7552DD: hue angle of 255.11º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7552DD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 82 | 221 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.13 |
| HSL | 255.11º | 0.67% | 0.59% | - |
| HSV(B) | 255.11º | 0.63% | 0.87% | - |
| XYZ | 23.4 | 15.04 | 70.08 | - |
| YUV | 108.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 221 | 0.47 | 0.63 | 0 | 0.13 | 255.11 | 0.67 | 0.59 |
| Hex | 75 | 52 | DD | 2F | 3F | 0 | D | FF | 43 | 3B |
| Octal | 165 | 122 | 335 | 57 | 77 | 0 | 15 | 377 | 103 | 73 |
| Binary | 1110101 | 1010010 | 11011101 | 101111 | 111111 | 0 | 1101 | 11111111 | 1000011 | 111011 |
Color Harmonies of #7552DD
Complementary color
Monochromatic Colors of #7552DD
Black with #7552DD
Text Example
Text Example
White with #7552DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552DD; }
p { color: rgb(117,82,221); }
H1.HeaderClassName
{
color: #7552DD;
}
.AnyTagClassName
{
color: #7552DD;
}
</style>
background-color css
<style>
a { background-color: #7552DD; }
a { background-color: rgb(117,82,221); }
div.DivClassName
{
background-color: #7552DD;
}
.BgClassName
{
background-color: #7552DD;
}
</style>
border-color css
<style>
span { border-color: #7552DD; }
span { border-color: rgb(117,82,221); }
td.TdClassName
{
border-color: #7552DD;
}
.TagClassName
{
border-color: #7552DD;
}
</style>