Shades of Slate Blue #7561CB
Tints of Slate Blue #7561CB
RGB
CMYK
RGB Variations
Color information
#7561CB (or 0x7561CB) is known color: Slate Blue. HEX triplet: 75, 61 and CB. RGB value is (117,97,203). Sum of RGB (Red+Green+Blue) = 117+97+203=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7561CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561CB is #8A9E34. Grayscale: #727272. Windows color (decimal): -9084469 or 13328757. OLE color: 13328757.
HSL color Cylindrical-coordinate representation of color #7561CB: hue angle of 251.32º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7561CB is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 97 | 203 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.20 |
| HSL | 251.32º | 0.5% | 0.59% | - |
| HSV(B) | 251.32º | 0.52% | 0.8% | - |
| XYZ | 22.39 | 16.64 | 58.53 | - |
| YUV | 115.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 203 | 0.42 | 0.52 | 0 | 0.20 | 251.32 | 0.5 | 0.59 |
| Hex | 75 | 61 | CB | 2A | 34 | 0 | 14 | FB | 32 | 3B |
| Octal | 165 | 141 | 313 | 52 | 64 | 0 | 24 | 373 | 62 | 73 |
| Binary | 1110101 | 1100001 | 11001011 | 101010 | 110100 | 0 | 10100 | 11111011 | 110010 | 111011 |
Color Harmonies of #7561CB
Complementary color
Monochromatic Colors of #7561CB
Black with #7561CB
Text Example
Text Example
White with #7561CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561CB; }
p { color: rgb(117,97,203); }
H1.HeaderClassName
{
color: #7561CB;
}
.AnyTagClassName
{
color: #7561CB;
}
</style>
background-color css
<style>
a { background-color: #7561CB; }
a { background-color: rgb(117,97,203); }
div.DivClassName
{
background-color: #7561CB;
}
.BgClassName
{
background-color: #7561CB;
}
</style>
border-color css
<style>
span { border-color: #7561CB; }
span { border-color: rgb(117,97,203); }
td.TdClassName
{
border-color: #7561CB;
}
.TagClassName
{
border-color: #7561CB;
}
</style>