Shades of Slate Blue #7553CB
Tints of Slate Blue #7553CB
RGB
CMYK
RGB Variations
Color information
#7553CB (or 0x7553CB) is known color: Slate Blue. HEX triplet: 75, 53 and CB. RGB value is (117,83,203). Sum of RGB (Red+Green+Blue) = 117+83+203=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7553CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553CB is #8AAC34. Grayscale: #6A6A6A. Windows color (decimal): -9088053 or 13325173. OLE color: 13325173.
HSL color Cylindrical-coordinate representation of color #7553CB: hue angle of 257º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7553CB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 83 | 203 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.20 |
| HSL | 257º | 0.54% | 0.56% | - |
| HSV(B) | 257º | 0.59% | 0.8% | - |
| XYZ | 21.21 | 14.28 | 58.14 | - |
| YUV | 106.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 203 | 0.42 | 0.59 | 0 | 0.20 | 257 | 0.54 | 0.56 |
| Hex | 75 | 53 | CB | 2A | 3B | 0 | 14 | 101 | 36 | 38 |
| Octal | 165 | 123 | 313 | 52 | 73 | 0 | 24 | 401 | 66 | 70 |
| Binary | 1110101 | 1010011 | 11001011 | 101010 | 111011 | 0 | 10100 | 100000001 | 110110 | 111000 |
Color Harmonies of #7553CB
Complementary color
Monochromatic Colors of #7553CB
Black with #7553CB
Text Example
Text Example
White with #7553CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553CB; }
p { color: rgb(117,83,203); }
H1.HeaderClassName
{
color: #7553CB;
}
.AnyTagClassName
{
color: #7553CB;
}
</style>
background-color css
<style>
a { background-color: #7553CB; }
a { background-color: rgb(117,83,203); }
div.DivClassName
{
background-color: #7553CB;
}
.BgClassName
{
background-color: #7553CB;
}
</style>
border-color css
<style>
span { border-color: #7553CB; }
span { border-color: rgb(117,83,203); }
td.TdClassName
{
border-color: #7553CB;
}
.TagClassName
{
border-color: #7553CB;
}
</style>