Shades of Slate Blue #7553C3
Tints of Slate Blue #7553C3
RGB
CMYK
RGB Variations
Color information
#7553C3 (or 0x7553C3) is known color: Slate Blue. HEX triplet: 75, 53 and C3. RGB value is (117,83,195). Sum of RGB (Red+Green+Blue) = 117+83+195=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #7553C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553C3 is #8AAC3C. Grayscale: #696969. Windows color (decimal): -9088061 or 12800885. OLE color: 12800885.
HSL color Cylindrical-coordinate representation of color #7553C3: hue angle of 258.21º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7553C3 is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 83 | 195 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.24 |
| HSL | 258.21º | 0.48% | 0.55% | - |
| HSV(B) | 258.21º | 0.57% | 0.76% | - |
| XYZ | 20.28 | 13.91 | 53.25 | - |
| YUV | 105.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 195 | 0.4 | 0.57 | 0 | 0.24 | 258.21 | 0.48 | 0.55 |
| Hex | 75 | 53 | C3 | 28 | 39 | 0 | 18 | 102 | 30 | 37 |
| Octal | 165 | 123 | 303 | 50 | 71 | 0 | 30 | 402 | 60 | 67 |
| Binary | 1110101 | 1010011 | 11000011 | 101000 | 111001 | 0 | 11000 | 100000010 | 110000 | 110111 |
Color Harmonies of #7553C3
Complementary color
Monochromatic Colors of #7553C3
Black with #7553C3
Text Example
Text Example
White with #7553C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553C3; }
p { color: rgb(117,83,195); }
H1.HeaderClassName
{
color: #7553C3;
}
.AnyTagClassName
{
color: #7553C3;
}
</style>
background-color css
<style>
a { background-color: #7553C3; }
a { background-color: rgb(117,83,195); }
div.DivClassName
{
background-color: #7553C3;
}
.BgClassName
{
background-color: #7553C3;
}
</style>
border-color css
<style>
span { border-color: #7553C3; }
span { border-color: rgb(117,83,195); }
td.TdClassName
{
border-color: #7553C3;
}
.TagClassName
{
border-color: #7553C3;
}
</style>