Shades of Slate Blue #7557CB
Tints of Slate Blue #7557CB
RGB
CMYK
RGB Variations
Color information
#7557CB (or 0x7557CB) is known color: Slate Blue. HEX triplet: 75, 57 and CB. RGB value is (117,87,203). Sum of RGB (Red+Green+Blue) = 117+87+203=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7557CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557CB is #8AA834. Grayscale: #6C6C6C. Windows color (decimal): -9087029 or 13326197. OLE color: 13326197.
HSL color Cylindrical-coordinate representation of color #7557CB: hue angle of 255.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7557CB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 87 | 203 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.20 |
| HSL | 255.52º | 0.53% | 0.57% | - |
| HSV(B) | 255.52º | 0.57% | 0.8% | - |
| XYZ | 21.52 | 14.91 | 58.24 | - |
| YUV | 109.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 203 | 0.42 | 0.57 | 0 | 0.20 | 255.52 | 0.53 | 0.57 |
| Hex | 75 | 57 | CB | 2A | 39 | 0 | 14 | 100 | 35 | 39 |
| Octal | 165 | 127 | 313 | 52 | 71 | 0 | 24 | 400 | 65 | 71 |
| Binary | 1110101 | 1010111 | 11001011 | 101010 | 111001 | 0 | 10100 | 100000000 | 110101 | 111001 |
Color Harmonies of #7557CB
Complementary color
Monochromatic Colors of #7557CB
Black with #7557CB
Text Example
Text Example
White with #7557CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7557CB; }
p { color: rgb(117,87,203); }
H1.HeaderClassName
{
color: #7557CB;
}
.AnyTagClassName
{
color: #7557CB;
}
</style>
background-color css
<style>
a { background-color: #7557CB; }
a { background-color: rgb(117,87,203); }
div.DivClassName
{
background-color: #7557CB;
}
.BgClassName
{
background-color: #7557CB;
}
</style>
border-color css
<style>
span { border-color: #7557CB; }
span { border-color: rgb(117,87,203); }
td.TdClassName
{
border-color: #7557CB;
}
.TagClassName
{
border-color: #7557CB;
}
</style>