Shades of Slate Blue #7557C1
Tints of Slate Blue #7557C1
RGB
CMYK
RGB Variations
Color information
#7557C1 (or 0x7557C1) is known color: Slate Blue. HEX triplet: 75, 57 and C1. RGB value is (117,87,193). Sum of RGB (Red+Green+Blue) = 117+87+193=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #7557C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557C1 is #8AA83E. Grayscale: #6B6B6B. Windows color (decimal): -9087039 or 12670837. OLE color: 12670837.
HSL color Cylindrical-coordinate representation of color #7557C1: hue angle of 256.98º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7557C1 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 87 | 193 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.24 |
| HSL | 256.98º | 0.46% | 0.55% | - |
| HSV(B) | 256.98º | 0.55% | 0.76% | - |
| XYZ | 20.37 | 14.45 | 52.17 | - |
| YUV | 108.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 193 | 0.39 | 0.55 | 0 | 0.24 | 256.98 | 0.46 | 0.55 |
| Hex | 75 | 57 | C1 | 27 | 37 | 0 | 18 | 101 | 2E | 37 |
| Octal | 165 | 127 | 301 | 47 | 67 | 0 | 30 | 401 | 56 | 67 |
| Binary | 1110101 | 1010111 | 11000001 | 100111 | 110111 | 0 | 11000 | 100000001 | 101110 | 110111 |
Color Harmonies of #7557C1
Complementary color
Monochromatic Colors of #7557C1
Black with #7557C1
Text Example
Text Example
White with #7557C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557C1; }
p { color: rgb(117,87,193); }
H1.HeaderClassName
{
color: #7557C1;
}
.AnyTagClassName
{
color: #7557C1;
}
</style>
background-color css
<style>
a { background-color: #7557C1; }
a { background-color: rgb(117,87,193); }
div.DivClassName
{
background-color: #7557C1;
}
.BgClassName
{
background-color: #7557C1;
}
</style>
border-color css
<style>
span { border-color: #7557C1; }
span { border-color: rgb(117,87,193); }
td.TdClassName
{
border-color: #7557C1;
}
.TagClassName
{
border-color: #7557C1;
}
</style>