Shades of Medium Slate Blue #7765DA
Tints of Medium Slate Blue #7765DA
RGB
CMYK
RGB Variations
Color information
#7765DA (or 0x7765DA) is known color: Medium Slate Blue. HEX triplet: 77, 65 and DA. RGB value is (119,101,218). Sum of RGB (Red+Green+Blue) = 119+101+218=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #7765DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7765DA is #889A25. Grayscale: #777777. Windows color (decimal): -8952358 or 14312823. OLE color: 14312823.
HSL color Cylindrical-coordinate representation of color #7765DA: hue angle of 249.23º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7765DA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 101 | 218 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.15 |
| HSL | 249.23º | 0.61% | 0.63% | - |
| HSV(B) | 249.23º | 0.54% | 0.85% | - |
| XYZ | 24.92 | 18.29 | 68.55 | - |
| YUV | 119.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 218 | 0.45 | 0.54 | 0 | 0.15 | 249.23 | 0.61 | 0.63 |
| Hex | 77 | 65 | DA | 2D | 36 | 0 | F | F9 | 3D | 3F |
| Octal | 167 | 145 | 332 | 55 | 66 | 0 | 17 | 371 | 75 | 77 |
| Binary | 1110111 | 1100101 | 11011010 | 101101 | 110110 | 0 | 1111 | 11111001 | 111101 | 111111 |
Color Harmonies of #7765DA
Complementary color
Monochromatic Colors of #7765DA
Black with #7765DA
Text Example
Text Example
White with #7765DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765DA; }
p { color: rgb(119,101,218); }
H1.HeaderClassName
{
color: #7765DA;
}
.AnyTagClassName
{
color: #7765DA;
}
</style>
background-color css
<style>
a { background-color: #7765DA; }
a { background-color: rgb(119,101,218); }
div.DivClassName
{
background-color: #7765DA;
}
.BgClassName
{
background-color: #7765DA;
}
</style>
border-color css
<style>
span { border-color: #7765DA; }
span { border-color: rgb(119,101,218); }
td.TdClassName
{
border-color: #7765DA;
}
.TagClassName
{
border-color: #7765DA;
}
</style>