Shades of Slate Blue #7550D6
Tints of Slate Blue #7550D6
RGB
CMYK
RGB Variations
Color information
#7550D6 (or 0x7550D6) is known color: Slate Blue. HEX triplet: 75, 50 and D6. RGB value is (117,80,214). Sum of RGB (Red+Green+Blue) = 117+80+214=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #7550D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550D6 is #8AAF29. Grayscale: #696969. Windows color (decimal): -9088810 or 14045301. OLE color: 14045301.
HSL color Cylindrical-coordinate representation of color #7550D6: hue angle of 256.57º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7550D6 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 80 | 214 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.16 |
| HSL | 256.57º | 0.62% | 0.58% | - |
| HSV(B) | 256.57º | 0.63% | 0.84% | - |
| XYZ | 22.34 | 14.37 | 65.22 | - |
| YUV | 106.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 214 | 0.45 | 0.63 | 0 | 0.16 | 256.57 | 0.62 | 0.58 |
| Hex | 75 | 50 | D6 | 2D | 3F | 0 | 10 | 101 | 3E | 3A |
| Octal | 165 | 120 | 326 | 55 | 77 | 0 | 20 | 401 | 76 | 72 |
| Binary | 1110101 | 1010000 | 11010110 | 101101 | 111111 | 0 | 10000 | 100000001 | 111110 | 111010 |
Color Harmonies of #7550D6
Complementary color
Monochromatic Colors of #7550D6
Black with #7550D6
Text Example
Text Example
White with #7550D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550D6; }
p { color: rgb(117,80,214); }
H1.HeaderClassName
{
color: #7550D6;
}
.AnyTagClassName
{
color: #7550D6;
}
</style>
background-color css
<style>
a { background-color: #7550D6; }
a { background-color: rgb(117,80,214); }
div.DivClassName
{
background-color: #7550D6;
}
.BgClassName
{
background-color: #7550D6;
}
</style>
border-color css
<style>
span { border-color: #7550D6; }
span { border-color: rgb(117,80,214); }
td.TdClassName
{
border-color: #7550D6;
}
.TagClassName
{
border-color: #7550D6;
}
</style>