Shades of Medium Slate Blue #7665DC
Tints of Medium Slate Blue #7665DC
RGB
CMYK
RGB Variations
Color information
#7665DC (or 0x7665DC) is known color: Medium Slate Blue. HEX triplet: 76, 65 and DC. RGB value is (118,101,220). Sum of RGB (Red+Green+Blue) = 118+101+220=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7665DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665DC is #899A23. Grayscale: #777777. Windows color (decimal): -9017892 or 14443894. OLE color: 14443894.
HSL color Cylindrical-coordinate representation of color #7665DC: hue angle of 248.57º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7665DC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 101 | 220 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.14 |
| HSL | 248.57º | 0.63% | 0.63% | - |
| HSV(B) | 248.57º | 0.54% | 0.86% | - |
| XYZ | 25.04 | 18.33 | 69.93 | - |
| YUV | 119.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 220 | 0.46 | 0.54 | 0 | 0.14 | 248.57 | 0.63 | 0.63 |
| Hex | 76 | 65 | DC | 2E | 36 | 0 | E | F9 | 3F | 3F |
| Octal | 166 | 145 | 334 | 56 | 66 | 0 | 16 | 371 | 77 | 77 |
| Binary | 1110110 | 1100101 | 11011100 | 101110 | 110110 | 0 | 1110 | 11111001 | 111111 | 111111 |
Color Harmonies of #7665DC
Complementary color
Monochromatic Colors of #7665DC
Black with #7665DC
Text Example
Text Example
White with #7665DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7665DC; }
p { color: rgb(118,101,220); }
H1.HeaderClassName
{
color: #7665DC;
}
.AnyTagClassName
{
color: #7665DC;
}
</style>
background-color css
<style>
a { background-color: #7665DC; }
a { background-color: rgb(118,101,220); }
div.DivClassName
{
background-color: #7665DC;
}
.BgClassName
{
background-color: #7665DC;
}
</style>
border-color css
<style>
span { border-color: #7665DC; }
span { border-color: rgb(118,101,220); }
td.TdClassName
{
border-color: #7665DC;
}
.TagClassName
{
border-color: #7665DC;
}
</style>