Shades of Slate Blue #7550DD
Tints of Slate Blue #7550DD
RGB
CMYK
RGB Variations
Color information
#7550DD (or 0x7550DD) is known color: Slate Blue. HEX triplet: 75, 50 and DD. RGB value is (117,80,221). Sum of RGB (Red+Green+Blue) = 117+80+221=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #7550DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550DD is #8AAF22. Grayscale: #6A6A6A. Windows color (decimal): -9088803 or 14504053. OLE color: 14504053.
HSL color Cylindrical-coordinate representation of color #7550DD: hue angle of 255.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7550DD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 80 | 221 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.13 |
| HSL | 255.74º | 0.67% | 0.59% | - |
| HSV(B) | 255.74º | 0.64% | 0.87% | - |
| XYZ | 23.26 | 14.74 | 70.03 | - |
| YUV | 107.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 221 | 0.47 | 0.64 | 0 | 0.13 | 255.74 | 0.67 | 0.59 |
| Hex | 75 | 50 | DD | 2F | 40 | 0 | D | 100 | 43 | 3B |
| Octal | 165 | 120 | 335 | 57 | 100 | 0 | 15 | 400 | 103 | 73 |
| Binary | 1110101 | 1010000 | 11011101 | 101111 | 1000000 | 0 | 1101 | 100000000 | 1000011 | 111011 |
Color Harmonies of #7550DD
Complementary color
Monochromatic Colors of #7550DD
Black with #7550DD
Text Example
Text Example
White with #7550DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550DD; }
p { color: rgb(117,80,221); }
H1.HeaderClassName
{
color: #7550DD;
}
.AnyTagClassName
{
color: #7550DD;
}
</style>
background-color css
<style>
a { background-color: #7550DD; }
a { background-color: rgb(117,80,221); }
div.DivClassName
{
background-color: #7550DD;
}
.BgClassName
{
background-color: #7550DD;
}
</style>
border-color css
<style>
span { border-color: #7550DD; }
span { border-color: rgb(117,80,221); }
td.TdClassName
{
border-color: #7550DD;
}
.TagClassName
{
border-color: #7550DD;
}
</style>