Shades of Slate Blue #7550CF
Tints of Slate Blue #7550CF
RGB
CMYK
RGB Variations
Color information
#7550CF (or 0x7550CF) is known color: Slate Blue. HEX triplet: 75, 50 and CF. RGB value is (117,80,207). Sum of RGB (Red+Green+Blue) = 117+80+207=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #7550CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550CF is #8AAF30. Grayscale: #696969. Windows color (decimal): -9088817 or 13586549. OLE color: 13586549.
HSL color Cylindrical-coordinate representation of color #7550CF: hue angle of 257.48º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7550CF is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 80 | 207 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.19 |
| HSL | 257.48º | 0.57% | 0.56% | - |
| HSV(B) | 257.48º | 0.61% | 0.81% | - |
| XYZ | 21.47 | 14.02 | 60.61 | - |
| YUV | 105.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 207 | 0.43 | 0.61 | 0 | 0.19 | 257.48 | 0.57 | 0.56 |
| Hex | 75 | 50 | CF | 2B | 3D | 0 | 13 | 101 | 39 | 38 |
| Octal | 165 | 120 | 317 | 53 | 75 | 0 | 23 | 401 | 71 | 70 |
| Binary | 1110101 | 1010000 | 11001111 | 101011 | 111101 | 0 | 10011 | 100000001 | 111001 | 111000 |
Color Harmonies of #7550CF
Complementary color
Monochromatic Colors of #7550CF
Black with #7550CF
Text Example
Text Example
White with #7550CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550CF; }
p { color: rgb(117,80,207); }
H1.HeaderClassName
{
color: #7550CF;
}
.AnyTagClassName
{
color: #7550CF;
}
</style>
background-color css
<style>
a { background-color: #7550CF; }
a { background-color: rgb(117,80,207); }
div.DivClassName
{
background-color: #7550CF;
}
.BgClassName
{
background-color: #7550CF;
}
</style>
border-color css
<style>
span { border-color: #7550CF; }
span { border-color: rgb(117,80,207); }
td.TdClassName
{
border-color: #7550CF;
}
.TagClassName
{
border-color: #7550CF;
}
</style>