Shades of Slate Blue #7558CF
Tints of Slate Blue #7558CF
RGB
CMYK
RGB Variations
Color information
#7558CF (or 0x7558CF) is known color: Slate Blue. HEX triplet: 75, 58 and CF. RGB value is (117,88,207). Sum of RGB (Red+Green+Blue) = 117+88+207=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #7558CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558CF is #8AA730. Grayscale: #6D6D6D. Windows color (decimal): -9086769 or 13588597. OLE color: 13588597.
HSL color Cylindrical-coordinate representation of color #7558CF: hue angle of 254.62º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7558CF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 88 | 207 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.19 |
| HSL | 254.62º | 0.55% | 0.58% | - |
| HSV(B) | 254.62º | 0.57% | 0.81% | - |
| XYZ | 22.09 | 15.27 | 60.81 | - |
| YUV | 110.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 207 | 0.43 | 0.57 | 0 | 0.19 | 254.62 | 0.55 | 0.58 |
| Hex | 75 | 58 | CF | 2B | 39 | 0 | 13 | FF | 37 | 3A |
| Octal | 165 | 130 | 317 | 53 | 71 | 0 | 23 | 377 | 67 | 72 |
| Binary | 1110101 | 1011000 | 11001111 | 101011 | 111001 | 0 | 10011 | 11111111 | 110111 | 111010 |
Color Harmonies of #7558CF
Complementary color
Monochromatic Colors of #7558CF
Black with #7558CF
Text Example
Text Example
White with #7558CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558CF; }
p { color: rgb(117,88,207); }
H1.HeaderClassName
{
color: #7558CF;
}
.AnyTagClassName
{
color: #7558CF;
}
</style>
background-color css
<style>
a { background-color: #7558CF; }
a { background-color: rgb(117,88,207); }
div.DivClassName
{
background-color: #7558CF;
}
.BgClassName
{
background-color: #7558CF;
}
</style>
border-color css
<style>
span { border-color: #7558CF; }
span { border-color: rgb(117,88,207); }
td.TdClassName
{
border-color: #7558CF;
}
.TagClassName
{
border-color: #7558CF;
}
</style>