Shades of Medium Slate Blue #765ADF
Tints of Medium Slate Blue #765ADF
RGB
CMYK
RGB Variations
Color information
#765ADF (or 0x765ADF) is known color: Medium Slate Blue. HEX triplet: 76, 5A and DF. RGB value is (118,90,223). Sum of RGB (Red+Green+Blue) = 118+90+223=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #765ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ADF is #89A520. Grayscale: #717171. Windows color (decimal): -9020705 or 14637686. OLE color: 14637686.
HSL color Cylindrical-coordinate representation of color #765ADF: hue angle of 252.63º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765ADF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 90 | 223 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.13 |
| HSL | 252.63º | 0.68% | 0.61% | - |
| HSV(B) | 252.63º | 0.6% | 0.87% | - |
| XYZ | 24.45 | 16.49 | 71.71 | - |
| YUV | 113.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 223 | 0.47 | 0.60 | 0 | 0.13 | 252.63 | 0.68 | 0.61 |
| Hex | 76 | 5A | DF | 2F | 3C | 0 | D | FD | 44 | 3D |
| Octal | 166 | 132 | 337 | 57 | 74 | 0 | 15 | 375 | 104 | 75 |
| Binary | 1110110 | 1011010 | 11011111 | 101111 | 111100 | 0 | 1101 | 11111101 | 1000100 | 111101 |
Color Harmonies of #765ADF
Complementary color
Monochromatic Colors of #765ADF
Black with #765ADF
Text Example
Text Example
White with #765ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765ADF; }
p { color: rgb(118,90,223); }
H1.HeaderClassName
{
color: #765ADF;
}
.AnyTagClassName
{
color: #765ADF;
}
</style>
background-color css
<style>
a { background-color: #765ADF; }
a { background-color: rgb(118,90,223); }
div.DivClassName
{
background-color: #765ADF;
}
.BgClassName
{
background-color: #765ADF;
}
</style>
border-color css
<style>
span { border-color: #765ADF; }
span { border-color: rgb(118,90,223); }
td.TdClassName
{
border-color: #765ADF;
}
.TagClassName
{
border-color: #765ADF;
}
</style>