Shades of Slate Blue #7550C9
Tints of Slate Blue #7550C9
RGB
CMYK
RGB Variations
Color information
#7550C9 (or 0x7550C9) is known color: Slate Blue. HEX triplet: 75, 50 and C9. RGB value is (117,80,201). Sum of RGB (Red+Green+Blue) = 117+80+201=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #7550C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550C9 is #8AAF36. Grayscale: #686868. Windows color (decimal): -9088823 or 13193333. OLE color: 13193333.
HSL color Cylindrical-coordinate representation of color #7550C9: hue angle of 258.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7550C9 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 80 | 201 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.21 |
| HSL | 258.35º | 0.53% | 0.55% | - |
| HSV(B) | 258.35º | 0.6% | 0.79% | - |
| XYZ | 20.75 | 13.74 | 56.82 | - |
| YUV | 104.86 | 182.26 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 201 | 0.42 | 0.60 | 0 | 0.21 | 258.35 | 0.53 | 0.55 |
| Hex | 75 | 50 | C9 | 2A | 3C | 0 | 15 | 102 | 35 | 37 |
| Octal | 165 | 120 | 311 | 52 | 74 | 0 | 25 | 402 | 65 | 67 |
| Binary | 1110101 | 1010000 | 11001001 | 101010 | 111100 | 0 | 10101 | 100000010 | 110101 | 110111 |
Color Harmonies of #7550C9
Complementary color
Monochromatic Colors of #7550C9
Black with #7550C9
Text Example
Text Example
White with #7550C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550C9; }
p { color: rgb(117,80,201); }
H1.HeaderClassName
{
color: #7550C9;
}
.AnyTagClassName
{
color: #7550C9;
}
</style>
background-color css
<style>
a { background-color: #7550C9; }
a { background-color: rgb(117,80,201); }
div.DivClassName
{
background-color: #7550C9;
}
.BgClassName
{
background-color: #7550C9;
}
</style>
border-color css
<style>
span { border-color: #7550C9; }
span { border-color: rgb(117,80,201); }
td.TdClassName
{
border-color: #7550C9;
}
.TagClassName
{
border-color: #7550C9;
}
</style>