Shades of Slate Blue #7750DD
Tints of Slate Blue #7750DD
RGB
CMYK
RGB Variations
Color information
#7750DD (or 0x7750DD) is known color: Slate Blue. HEX triplet: 77, 50 and DD. RGB value is (119,80,221). Sum of RGB (Red+Green+Blue) = 119+80+221=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #7750DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750DD is #88AF22. Grayscale: #6B6B6B. Windows color (decimal): -8957731 or 14504055. OLE color: 14504055.
HSL color Cylindrical-coordinate representation of color #7750DD: hue angle of 256.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7750DD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 80 | 221 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.13 |
| HSL | 256.6º | 0.67% | 0.59% | - |
| HSV(B) | 256.6º | 0.64% | 0.87% | - |
| XYZ | 23.53 | 14.88 | 70.04 | - |
| YUV | 107.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 221 | 0.46 | 0.64 | 0 | 0.13 | 256.6 | 0.67 | 0.59 |
| Hex | 77 | 50 | DD | 2E | 40 | 0 | D | 101 | 43 | 3B |
| Octal | 167 | 120 | 335 | 56 | 100 | 0 | 15 | 401 | 103 | 73 |
| Binary | 1110111 | 1010000 | 11011101 | 101110 | 1000000 | 0 | 1101 | 100000001 | 1000011 | 111011 |
Color Harmonies of #7750DD
Complementary color
Monochromatic Colors of #7750DD
Black with #7750DD
Text Example
Text Example
White with #7750DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750DD; }
p { color: rgb(119,80,221); }
H1.HeaderClassName
{
color: #7750DD;
}
.AnyTagClassName
{
color: #7750DD;
}
</style>
background-color css
<style>
a { background-color: #7750DD; }
a { background-color: rgb(119,80,221); }
div.DivClassName
{
background-color: #7750DD;
}
.BgClassName
{
background-color: #7750DD;
}
</style>
border-color css
<style>
span { border-color: #7750DD; }
span { border-color: rgb(119,80,221); }
td.TdClassName
{
border-color: #7750DD;
}
.TagClassName
{
border-color: #7750DD;
}
</style>