Shades of Slate Blue #7553DA
Tints of Slate Blue #7553DA
RGB
CMYK
RGB Variations
Color information
#7553DA (or 0x7553DA) is known color: Slate Blue. HEX triplet: 75, 53 and DA. RGB value is (117,83,218). Sum of RGB (Red+Green+Blue) = 117+83+218=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #7553DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553DA is #8AAC25. Grayscale: #6C6C6C. Windows color (decimal): -9088038 or 14308213. OLE color: 14308213.
HSL color Cylindrical-coordinate representation of color #7553DA: hue angle of 255.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7553DA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 83 | 218 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.15 |
| HSL | 255.11º | 0.65% | 0.59% | - |
| HSV(B) | 255.11º | 0.62% | 0.85% | - |
| XYZ | 23.08 | 15.03 | 68.01 | - |
| YUV | 108.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 218 | 0.46 | 0.62 | 0 | 0.15 | 255.11 | 0.65 | 0.59 |
| Hex | 75 | 53 | DA | 2E | 3E | 0 | F | FF | 41 | 3B |
| Octal | 165 | 123 | 332 | 56 | 76 | 0 | 17 | 377 | 101 | 73 |
| Binary | 1110101 | 1010011 | 11011010 | 101110 | 111110 | 0 | 1111 | 11111111 | 1000001 | 111011 |
Color Harmonies of #7553DA
Complementary color
Monochromatic Colors of #7553DA
Black with #7553DA
Text Example
Text Example
White with #7553DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553DA; }
p { color: rgb(117,83,218); }
H1.HeaderClassName
{
color: #7553DA;
}
.AnyTagClassName
{
color: #7553DA;
}
</style>
background-color css
<style>
a { background-color: #7553DA; }
a { background-color: rgb(117,83,218); }
div.DivClassName
{
background-color: #7553DA;
}
.BgClassName
{
background-color: #7553DA;
}
</style>
border-color css
<style>
span { border-color: #7553DA; }
span { border-color: rgb(117,83,218); }
td.TdClassName
{
border-color: #7553DA;
}
.TagClassName
{
border-color: #7553DA;
}
</style>