Shades of Medium Slate Blue #7569DB
Tints of Medium Slate Blue #7569DB
RGB
CMYK
RGB Variations
Color information
#7569DB (or 0x7569DB) is known color: Medium Slate Blue. HEX triplet: 75, 69 and DB. RGB value is (117,105,219). Sum of RGB (Red+Green+Blue) = 117+105+219=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7569DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569DB is #8A9624. Grayscale: #797979. Windows color (decimal): -9082405 or 14379381. OLE color: 14379381.
HSL color Cylindrical-coordinate representation of color #7569DB: hue angle of 246.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7569DB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 105 | 219 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.14 |
| HSL | 246.32º | 0.61% | 0.64% | - |
| HSV(B) | 246.32º | 0.52% | 0.86% | - |
| XYZ | 25.17 | 19 | 69.36 | - |
| YUV | 121.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 219 | 0.47 | 0.52 | 0 | 0.14 | 246.32 | 0.61 | 0.64 |
| Hex | 75 | 69 | DB | 2F | 34 | 0 | E | F6 | 3D | 40 |
| Octal | 165 | 151 | 333 | 57 | 64 | 0 | 16 | 366 | 75 | 100 |
| Binary | 1110101 | 1101001 | 11011011 | 101111 | 110100 | 0 | 1110 | 11110110 | 111101 | 1000000 |
Color Harmonies of #7569DB
Complementary color
Monochromatic Colors of #7569DB
Black with #7569DB
Text Example
Text Example
White with #7569DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7569DB; }
p { color: rgb(117,105,219); }
H1.HeaderClassName
{
color: #7569DB;
}
.AnyTagClassName
{
color: #7569DB;
}
</style>
background-color css
<style>
a { background-color: #7569DB; }
a { background-color: rgb(117,105,219); }
div.DivClassName
{
background-color: #7569DB;
}
.BgClassName
{
background-color: #7569DB;
}
</style>
border-color css
<style>
span { border-color: #7569DB; }
span { border-color: rgb(117,105,219); }
td.TdClassName
{
border-color: #7569DB;
}
.TagClassName
{
border-color: #7569DB;
}
</style>