Shades of Slate Blue #7552DB
Tints of Slate Blue #7552DB
RGB
CMYK
RGB Variations
Color information
#7552DB (or 0x7552DB) is known color: Slate Blue. HEX triplet: 75, 52 and DB. RGB value is (117,82,219). Sum of RGB (Red+Green+Blue) = 117+82+219=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #7552DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552DB is #8AAD24. Grayscale: #6B6B6B. Windows color (decimal): -9088293 or 14373493. OLE color: 14373493.
HSL color Cylindrical-coordinate representation of color #7552DB: hue angle of 255.33º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7552DB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 82 | 219 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.14 |
| HSL | 255.33º | 0.66% | 0.59% | - |
| HSV(B) | 255.33º | 0.63% | 0.86% | - |
| XYZ | 23.14 | 14.93 | 68.68 | - |
| YUV | 108.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 219 | 0.47 | 0.63 | 0 | 0.14 | 255.33 | 0.66 | 0.59 |
| Hex | 75 | 52 | DB | 2F | 3F | 0 | E | FF | 42 | 3B |
| Octal | 165 | 122 | 333 | 57 | 77 | 0 | 16 | 377 | 102 | 73 |
| Binary | 1110101 | 1010010 | 11011011 | 101111 | 111111 | 0 | 1110 | 11111111 | 1000010 | 111011 |
Color Harmonies of #7552DB
Complementary color
Monochromatic Colors of #7552DB
Black with #7552DB
Text Example
Text Example
White with #7552DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552DB; }
p { color: rgb(117,82,219); }
H1.HeaderClassName
{
color: #7552DB;
}
.AnyTagClassName
{
color: #7552DB;
}
</style>
background-color css
<style>
a { background-color: #7552DB; }
a { background-color: rgb(117,82,219); }
div.DivClassName
{
background-color: #7552DB;
}
.BgClassName
{
background-color: #7552DB;
}
</style>
border-color css
<style>
span { border-color: #7552DB; }
span { border-color: rgb(117,82,219); }
td.TdClassName
{
border-color: #7552DB;
}
.TagClassName
{
border-color: #7552DB;
}
</style>