Shades of Medium Slate Blue #775CDF
Tints of Medium Slate Blue #775CDF
RGB
CMYK
RGB Variations
Color information
#775CDF (or 0x775CDF) is known color: Medium Slate Blue. HEX triplet: 77, 5C and DF. RGB value is (119,92,223). Sum of RGB (Red+Green+Blue) = 119+92+223=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #775CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CDF is #88A320. Grayscale: #727272. Windows color (decimal): -8954657 or 14638199. OLE color: 14638199.
HSL color Cylindrical-coordinate representation of color #775CDF: hue angle of 252.37º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775CDF is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 92 | 223 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.13 |
| HSL | 252.37º | 0.67% | 0.62% | - |
| HSV(B) | 252.37º | 0.59% | 0.87% | - |
| XYZ | 24.75 | 16.9 | 71.77 | - |
| YUV | 115.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 223 | 0.47 | 0.59 | 0 | 0.13 | 252.37 | 0.67 | 0.62 |
| Hex | 77 | 5C | DF | 2F | 3B | 0 | D | FC | 43 | 3E |
| Octal | 167 | 134 | 337 | 57 | 73 | 0 | 15 | 374 | 103 | 76 |
| Binary | 1110111 | 1011100 | 11011111 | 101111 | 111011 | 0 | 1101 | 11111100 | 1000011 | 111110 |
Color Harmonies of #775CDF
Complementary color
Monochromatic Colors of #775CDF
Black with #775CDF
Text Example
Text Example
White with #775CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CDF; }
p { color: rgb(119,92,223); }
H1.HeaderClassName
{
color: #775CDF;
}
.AnyTagClassName
{
color: #775CDF;
}
</style>
background-color css
<style>
a { background-color: #775CDF; }
a { background-color: rgb(119,92,223); }
div.DivClassName
{
background-color: #775CDF;
}
.BgClassName
{
background-color: #775CDF;
}
</style>
border-color css
<style>
span { border-color: #775CDF; }
span { border-color: rgb(119,92,223); }
td.TdClassName
{
border-color: #775CDF;
}
.TagClassName
{
border-color: #775CDF;
}
</style>