Shades of Slate Blue #7553DC
Tints of Slate Blue #7553DC
RGB
CMYK
RGB Variations
Color information
#7553DC (or 0x7553DC) is known color: Slate Blue. HEX triplet: 75, 53 and DC. RGB value is (117,83,220). Sum of RGB (Red+Green+Blue) = 117+83+220=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7553DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553DC is #8AAC23. Grayscale: #6C6C6C. Windows color (decimal): -9088036 or 14439285. OLE color: 14439285.
HSL color Cylindrical-coordinate representation of color #7553DC: hue angle of 254.89º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7553DC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 83 | 220 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.14 |
| HSL | 254.89º | 0.66% | 0.59% | - |
| HSV(B) | 254.89º | 0.62% | 0.86% | - |
| XYZ | 23.35 | 15.14 | 69.4 | - |
| YUV | 108.78 | 190.76 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 220 | 0.47 | 0.62 | 0 | 0.14 | 254.89 | 0.66 | 0.59 |
| Hex | 75 | 53 | DC | 2F | 3E | 0 | E | FF | 42 | 3B |
| Octal | 165 | 123 | 334 | 57 | 76 | 0 | 16 | 377 | 102 | 73 |
| Binary | 1110101 | 1010011 | 11011100 | 101111 | 111110 | 0 | 1110 | 11111111 | 1000010 | 111011 |
Color Harmonies of #7553DC
Complementary color
Monochromatic Colors of #7553DC
Black with #7553DC
Text Example
Text Example
White with #7553DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553DC; }
p { color: rgb(117,83,220); }
H1.HeaderClassName
{
color: #7553DC;
}
.AnyTagClassName
{
color: #7553DC;
}
</style>
background-color css
<style>
a { background-color: #7553DC; }
a { background-color: rgb(117,83,220); }
div.DivClassName
{
background-color: #7553DC;
}
.BgClassName
{
background-color: #7553DC;
}
</style>
border-color css
<style>
span { border-color: #7553DC; }
span { border-color: rgb(117,83,220); }
td.TdClassName
{
border-color: #7553DC;
}
.TagClassName
{
border-color: #7553DC;
}
</style>