Shades of Slate Blue #7556CB
Tints of Slate Blue #7556CB
RGB
CMYK
RGB Variations
Color information
#7556CB (or 0x7556CB) is known color: Slate Blue. HEX triplet: 75, 56 and CB. RGB value is (117,86,203). Sum of RGB (Red+Green+Blue) = 117+86+203=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7556CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556CB is #8AA934. Grayscale: #6C6C6C. Windows color (decimal): -9087285 or 13325941. OLE color: 13325941.
HSL color Cylindrical-coordinate representation of color #7556CB: hue angle of 255.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7556CB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 86 | 203 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.20 |
| HSL | 255.9º | 0.53% | 0.57% | - |
| HSV(B) | 255.9º | 0.58% | 0.8% | - |
| XYZ | 21.44 | 14.75 | 58.22 | - |
| YUV | 108.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 203 | 0.42 | 0.58 | 0 | 0.20 | 255.9 | 0.53 | 0.57 |
| Hex | 75 | 56 | CB | 2A | 3A | 0 | 14 | 100 | 35 | 39 |
| Octal | 165 | 126 | 313 | 52 | 72 | 0 | 24 | 400 | 65 | 71 |
| Binary | 1110101 | 1010110 | 11001011 | 101010 | 111010 | 0 | 10100 | 100000000 | 110101 | 111001 |
Color Harmonies of #7556CB
Complementary color
Monochromatic Colors of #7556CB
Black with #7556CB
Text Example
Text Example
White with #7556CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556CB; }
p { color: rgb(117,86,203); }
H1.HeaderClassName
{
color: #7556CB;
}
.AnyTagClassName
{
color: #7556CB;
}
</style>
background-color css
<style>
a { background-color: #7556CB; }
a { background-color: rgb(117,86,203); }
div.DivClassName
{
background-color: #7556CB;
}
.BgClassName
{
background-color: #7556CB;
}
</style>
border-color css
<style>
span { border-color: #7556CB; }
span { border-color: rgb(117,86,203); }
td.TdClassName
{
border-color: #7556CB;
}
.TagClassName
{
border-color: #7556CB;
}
</style>