Shades of Medium Slate Blue #7569DC
Tints of Medium Slate Blue #7569DC
RGB
CMYK
RGB Variations
Color information
#7569DC (or 0x7569DC) is known color: Medium Slate Blue. HEX triplet: 75, 69 and DC. RGB value is (117,105,220). Sum of RGB (Red+Green+Blue) = 117+105+220=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #7569DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569DC is #8A9623. Grayscale: #797979. Windows color (decimal): -9082404 or 14444917. OLE color: 14444917.
HSL color Cylindrical-coordinate representation of color #7569DC: hue angle of 246.26º degrees, saturation: 0.62, 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 #7569DC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 105 | 220 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.14 |
| HSL | 246.26º | 0.62% | 0.64% | - |
| HSV(B) | 246.26º | 0.52% | 0.86% | - |
| XYZ | 25.31 | 19.05 | 70.05 | - |
| YUV | 121.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 220 | 0.47 | 0.52 | 0 | 0.14 | 246.26 | 0.62 | 0.64 |
| Hex | 75 | 69 | DC | 2F | 34 | 0 | E | F6 | 3E | 40 |
| Octal | 165 | 151 | 334 | 57 | 64 | 0 | 16 | 366 | 76 | 100 |
| Binary | 1110101 | 1101001 | 11011100 | 101111 | 110100 | 0 | 1110 | 11110110 | 111110 | 1000000 |
Color Harmonies of #7569DC
Complementary color
Monochromatic Colors of #7569DC
Black with #7569DC
Text Example
Text Example
White with #7569DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7569DC; }
p { color: rgb(117,105,220); }
H1.HeaderClassName
{
color: #7569DC;
}
.AnyTagClassName
{
color: #7569DC;
}
</style>
background-color css
<style>
a { background-color: #7569DC; }
a { background-color: rgb(117,105,220); }
div.DivClassName
{
background-color: #7569DC;
}
.BgClassName
{
background-color: #7569DC;
}
</style>
border-color css
<style>
span { border-color: #7569DC; }
span { border-color: rgb(117,105,220); }
td.TdClassName
{
border-color: #7569DC;
}
.TagClassName
{
border-color: #7569DC;
}
</style>