Shades of Slate Blue #7557C4
Tints of Slate Blue #7557C4
RGB
CMYK
RGB Variations
Color information
#7557C4 (or 0x7557C4) is known color: Slate Blue. HEX triplet: 75, 57 and C4. RGB value is (117,87,196). Sum of RGB (Red+Green+Blue) = 117+87+196=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #7557C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557C4 is #8AA83B. Grayscale: #6B6B6B. Windows color (decimal): -9087036 or 12867445. OLE color: 12867445.
HSL color Cylindrical-coordinate representation of color #7557C4: hue angle of 256.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7557C4 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 87 | 196 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.23 |
| HSL | 256.51º | 0.48% | 0.55% | - |
| HSV(B) | 256.51º | 0.56% | 0.77% | - |
| XYZ | 20.71 | 14.58 | 53.95 | - |
| YUV | 108.4 | 177.44 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 196 | 0.40 | 0.56 | 0 | 0.23 | 256.51 | 0.48 | 0.55 |
| Hex | 75 | 57 | C4 | 28 | 38 | 0 | 17 | 101 | 30 | 37 |
| Octal | 165 | 127 | 304 | 50 | 70 | 0 | 27 | 401 | 60 | 67 |
| Binary | 1110101 | 1010111 | 11000100 | 101000 | 111000 | 0 | 10111 | 100000001 | 110000 | 110111 |
Color Harmonies of #7557C4
Complementary color
Monochromatic Colors of #7557C4
Black with #7557C4
Text Example
Text Example
White with #7557C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557C4; }
p { color: rgb(117,87,196); }
H1.HeaderClassName
{
color: #7557C4;
}
.AnyTagClassName
{
color: #7557C4;
}
</style>
background-color css
<style>
a { background-color: #7557C4; }
a { background-color: rgb(117,87,196); }
div.DivClassName
{
background-color: #7557C4;
}
.BgClassName
{
background-color: #7557C4;
}
</style>
border-color css
<style>
span { border-color: #7557C4; }
span { border-color: rgb(117,87,196); }
td.TdClassName
{
border-color: #7557C4;
}
.TagClassName
{
border-color: #7557C4;
}
</style>