Shades of Slate Blue #7550D0
Tints of Slate Blue #7550D0
RGB
CMYK
RGB Variations
Color information
#7550D0 (or 0x7550D0) is known color: Slate Blue. HEX triplet: 75, 50 and D0. RGB value is (117,80,208). Sum of RGB (Red+Green+Blue) = 117+80+208=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #7550D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550D0 is #8AAF2F. Grayscale: #696969. Windows color (decimal): -9088816 or 13652085. OLE color: 13652085.
HSL color Cylindrical-coordinate representation of color #7550D0: hue angle of 257.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7550D0 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 80 | 208 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.18 |
| HSL | 257.34º | 0.58% | 0.56% | - |
| HSV(B) | 257.34º | 0.62% | 0.82% | - |
| XYZ | 21.59 | 14.07 | 61.25 | - |
| YUV | 105.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 208 | 0.44 | 0.62 | 0 | 0.18 | 257.34 | 0.58 | 0.56 |
| Hex | 75 | 50 | D0 | 2C | 3E | 0 | 12 | 101 | 3A | 38 |
| Octal | 165 | 120 | 320 | 54 | 76 | 0 | 22 | 401 | 72 | 70 |
| Binary | 1110101 | 1010000 | 11010000 | 101100 | 111110 | 0 | 10010 | 100000001 | 111010 | 111000 |
Color Harmonies of #7550D0
Complementary color
Monochromatic Colors of #7550D0
Black with #7550D0
Text Example
Text Example
White with #7550D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550D0; }
p { color: rgb(117,80,208); }
H1.HeaderClassName
{
color: #7550D0;
}
.AnyTagClassName
{
color: #7550D0;
}
</style>
background-color css
<style>
a { background-color: #7550D0; }
a { background-color: rgb(117,80,208); }
div.DivClassName
{
background-color: #7550D0;
}
.BgClassName
{
background-color: #7550D0;
}
</style>
border-color css
<style>
span { border-color: #7550D0; }
span { border-color: rgb(117,80,208); }
td.TdClassName
{
border-color: #7550D0;
}
.TagClassName
{
border-color: #7550D0;
}
</style>