Shades of Slate Blue #7558CE
Tints of Slate Blue #7558CE
RGB
CMYK
RGB Variations
Color information
#7558CE (or 0x7558CE) is known color: Slate Blue. HEX triplet: 75, 58 and CE. RGB value is (117,88,206). Sum of RGB (Red+Green+Blue) = 117+88+206=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #7558CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558CE is #8AA731. Grayscale: #6D6D6D. Windows color (decimal): -9086770 or 13523061. OLE color: 13523061.
HSL color Cylindrical-coordinate representation of color #7558CE: hue angle of 254.75º 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 #7558CE is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 88 | 206 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.19 |
| HSL | 254.75º | 0.55% | 0.58% | - |
| HSV(B) | 254.75º | 0.57% | 0.81% | - |
| XYZ | 21.97 | 15.22 | 60.17 | - |
| YUV | 110.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 206 | 0.43 | 0.57 | 0 | 0.19 | 254.75 | 0.55 | 0.58 |
| Hex | 75 | 58 | CE | 2B | 39 | 0 | 13 | FF | 37 | 3A |
| Octal | 165 | 130 | 316 | 53 | 71 | 0 | 23 | 377 | 67 | 72 |
| Binary | 1110101 | 1011000 | 11001110 | 101011 | 111001 | 0 | 10011 | 11111111 | 110111 | 111010 |
Color Harmonies of #7558CE
Complementary color
Monochromatic Colors of #7558CE
Black with #7558CE
Text Example
Text Example
White with #7558CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558CE; }
p { color: rgb(117,88,206); }
H1.HeaderClassName
{
color: #7558CE;
}
.AnyTagClassName
{
color: #7558CE;
}
</style>
background-color css
<style>
a { background-color: #7558CE; }
a { background-color: rgb(117,88,206); }
div.DivClassName
{
background-color: #7558CE;
}
.BgClassName
{
background-color: #7558CE;
}
</style>
border-color css
<style>
span { border-color: #7558CE; }
span { border-color: rgb(117,88,206); }
td.TdClassName
{
border-color: #7558CE;
}
.TagClassName
{
border-color: #7558CE;
}
</style>