Shades of Slate Blue #7550DB
Tints of Slate Blue #7550DB
RGB
CMYK
RGB Variations
Color information
#7550DB (or 0x7550DB) is known color: Slate Blue. HEX triplet: 75, 50 and DB. RGB value is (117,80,219). Sum of RGB (Red+Green+Blue) = 117+80+219=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #7550DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550DB is #8AAF24. Grayscale: #6A6A6A. Windows color (decimal): -9088805 or 14372981. OLE color: 14372981.
HSL color Cylindrical-coordinate representation of color #7550DB: hue angle of 255.97º 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 #7550DB is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 80 | 219 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.14 |
| HSL | 255.97º | 0.66% | 0.59% | - |
| HSV(B) | 255.97º | 0.63% | 0.86% | - |
| XYZ | 22.99 | 14.63 | 68.63 | - |
| YUV | 106.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 219 | 0.47 | 0.63 | 0 | 0.14 | 255.97 | 0.66 | 0.59 |
| Hex | 75 | 50 | DB | 2F | 3F | 0 | E | 100 | 42 | 3B |
| Octal | 165 | 120 | 333 | 57 | 77 | 0 | 16 | 400 | 102 | 73 |
| Binary | 1110101 | 1010000 | 11011011 | 101111 | 111111 | 0 | 1110 | 100000000 | 1000010 | 111011 |
Color Harmonies of #7550DB
Complementary color
Monochromatic Colors of #7550DB
Black with #7550DB
Text Example
Text Example
White with #7550DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550DB; }
p { color: rgb(117,80,219); }
H1.HeaderClassName
{
color: #7550DB;
}
.AnyTagClassName
{
color: #7550DB;
}
</style>
background-color css
<style>
a { background-color: #7550DB; }
a { background-color: rgb(117,80,219); }
div.DivClassName
{
background-color: #7550DB;
}
.BgClassName
{
background-color: #7550DB;
}
</style>
border-color css
<style>
span { border-color: #7550DB; }
span { border-color: rgb(117,80,219); }
td.TdClassName
{
border-color: #7550DB;
}
.TagClassName
{
border-color: #7550DB;
}
</style>