Shades of Slate Blue #7750DE
Tints of Slate Blue #7750DE
RGB
CMYK
RGB Variations
Color information
#7750DE (or 0x7750DE) is known color: Slate Blue. HEX triplet: 77, 50 and DE. RGB value is (119,80,222). Sum of RGB (Red+Green+Blue) = 119+80+222=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #7750DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750DE is #88AF21. Grayscale: #6B6B6B. Windows color (decimal): -8957730 or 14569591. OLE color: 14569591.
HSL color Cylindrical-coordinate representation of color #7750DE: hue angle of 256.48º degrees, saturation: 0.68, 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 #7750DE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 80 | 222 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.13 |
| HSL | 256.48º | 0.68% | 0.59% | - |
| HSV(B) | 256.48º | 0.64% | 0.87% | - |
| XYZ | 23.66 | 14.93 | 70.74 | - |
| YUV | 107.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 222 | 0.46 | 0.64 | 0 | 0.13 | 256.48 | 0.68 | 0.59 |
| Hex | 77 | 50 | DE | 2E | 40 | 0 | D | 100 | 44 | 3B |
| Octal | 167 | 120 | 336 | 56 | 100 | 0 | 15 | 400 | 104 | 73 |
| Binary | 1110111 | 1010000 | 11011110 | 101110 | 1000000 | 0 | 1101 | 100000000 | 1000100 | 111011 |
Color Harmonies of #7750DE
Complementary color
Monochromatic Colors of #7750DE
Black with #7750DE
Text Example
Text Example
White with #7750DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750DE; }
p { color: rgb(119,80,222); }
H1.HeaderClassName
{
color: #7750DE;
}
.AnyTagClassName
{
color: #7750DE;
}
</style>
background-color css
<style>
a { background-color: #7750DE; }
a { background-color: rgb(119,80,222); }
div.DivClassName
{
background-color: #7750DE;
}
.BgClassName
{
background-color: #7750DE;
}
</style>
border-color css
<style>
span { border-color: #7750DE; }
span { border-color: rgb(119,80,222); }
td.TdClassName
{
border-color: #7750DE;
}
.TagClassName
{
border-color: #7750DE;
}
</style>