Shades of Medium Slate Blue #7782EA
Tints of Medium Slate Blue #7782EA
RGB
CMYK
RGB Variations
Color information
#7782EA (or 0x7782EA) is known color: Medium Slate Blue. HEX triplet: 77, 82 and EA. RGB value is (119,130,234). Sum of RGB (Red+Green+Blue) = 119+130+234=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #7782EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7782EA is #887D15. Grayscale: #8A8A8A. Windows color (decimal): -8944918 or 15368823. OLE color: 15368823.
HSL color Cylindrical-coordinate representation of color #7782EA: hue angle of 234.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7782EA is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 130 | 234 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.08 |
| HSL | 234.26º | 0.73% | 0.69% | - |
| HSV(B) | 234.26º | 0.49% | 0.92% | - |
| XYZ | 30.44 | 25.83 | 81.22 | - |
| YUV | 138.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 234 | 0.49 | 0.44 | 0 | 0.08 | 234.26 | 0.73 | 0.69 |
| Hex | 77 | 82 | EA | 31 | 2C | 0 | 8 | EA | 49 | 45 |
| Octal | 167 | 202 | 352 | 61 | 54 | 0 | 10 | 352 | 111 | 105 |
| Binary | 1110111 | 10000010 | 11101010 | 110001 | 101100 | 0 | 1000 | 11101010 | 1001001 | 1000101 |
Color Harmonies of #7782EA
Complementary color
Monochromatic Colors of #7782EA
Black with #7782EA
Text Example
Text Example
White with #7782EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782EA; }
p { color: rgb(119,130,234); }
H1.HeaderClassName
{
color: #7782EA;
}
.AnyTagClassName
{
color: #7782EA;
}
</style>
background-color css
<style>
a { background-color: #7782EA; }
a { background-color: rgb(119,130,234); }
div.DivClassName
{
background-color: #7782EA;
}
.BgClassName
{
background-color: #7782EA;
}
</style>
border-color css
<style>
span { border-color: #7782EA; }
span { border-color: rgb(119,130,234); }
td.TdClassName
{
border-color: #7782EA;
}
.TagClassName
{
border-color: #7782EA;
}
</style>