Shades of Medium Slate Blue #7772DF
Tints of Medium Slate Blue #7772DF
RGB
CMYK
RGB Variations
Color information
#7772DF (or 0x7772DF) is known color: Medium Slate Blue. HEX triplet: 77, 72 and DF. RGB value is (119,114,223). Sum of RGB (Red+Green+Blue) = 119+114+223=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7772DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772DF is #888D20. Grayscale: #7F7F7F. Windows color (decimal): -8949025 or 14643831. OLE color: 14643831.
HSL color Cylindrical-coordinate representation of color #7772DF: hue angle of 242.75º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7772DF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 114 | 223 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.13 |
| HSL | 242.75º | 0.63% | 0.66% | - |
| HSV(B) | 242.75º | 0.49% | 0.87% | - |
| XYZ | 26.94 | 21.28 | 72.5 | - |
| YUV | 127.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 223 | 0.47 | 0.49 | 0 | 0.13 | 242.75 | 0.63 | 0.66 |
| Hex | 77 | 72 | DF | 2F | 31 | 0 | D | F3 | 3F | 42 |
| Octal | 167 | 162 | 337 | 57 | 61 | 0 | 15 | 363 | 77 | 102 |
| Binary | 1110111 | 1110010 | 11011111 | 101111 | 110001 | 0 | 1101 | 11110011 | 111111 | 1000010 |
Color Harmonies of #7772DF
Complementary color
Monochromatic Colors of #7772DF
Black with #7772DF
Text Example
Text Example
White with #7772DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7772DF; }
p { color: rgb(119,114,223); }
H1.HeaderClassName
{
color: #7772DF;
}
.AnyTagClassName
{
color: #7772DF;
}
</style>
background-color css
<style>
a { background-color: #7772DF; }
a { background-color: rgb(119,114,223); }
div.DivClassName
{
background-color: #7772DF;
}
.BgClassName
{
background-color: #7772DF;
}
</style>
border-color css
<style>
span { border-color: #7772DF; }
span { border-color: rgb(119,114,223); }
td.TdClassName
{
border-color: #7772DF;
}
.TagClassName
{
border-color: #7772DF;
}
</style>