Shades of Medium Slate Blue #7665DE
Tints of Medium Slate Blue #7665DE
RGB
CMYK
RGB Variations
Color information
#7665DE (or 0x7665DE) is known color: Medium Slate Blue. HEX triplet: 76, 65 and DE. RGB value is (118,101,222). Sum of RGB (Red+Green+Blue) = 118+101+222=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #7665DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665DE is #899A21. Grayscale: #777777. Windows color (decimal): -9017890 or 14574966. OLE color: 14574966.
HSL color Cylindrical-coordinate representation of color #7665DE: hue angle of 248.43º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7665DE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 101 | 222 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.13 |
| HSL | 248.43º | 0.65% | 0.63% | - |
| HSV(B) | 248.43º | 0.55% | 0.87% | - |
| XYZ | 25.31 | 18.43 | 71.33 | - |
| YUV | 119.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 222 | 0.47 | 0.55 | 0 | 0.13 | 248.43 | 0.65 | 0.63 |
| Hex | 76 | 65 | DE | 2F | 37 | 0 | D | F8 | 41 | 3F |
| Octal | 166 | 145 | 336 | 57 | 67 | 0 | 15 | 370 | 101 | 77 |
| Binary | 1110110 | 1100101 | 11011110 | 101111 | 110111 | 0 | 1101 | 11111000 | 1000001 | 111111 |
Color Harmonies of #7665DE
Complementary color
Monochromatic Colors of #7665DE
Black with #7665DE
Text Example
Text Example
White with #7665DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7665DE; }
p { color: rgb(118,101,222); }
H1.HeaderClassName
{
color: #7665DE;
}
.AnyTagClassName
{
color: #7665DE;
}
</style>
background-color css
<style>
a { background-color: #7665DE; }
a { background-color: rgb(118,101,222); }
div.DivClassName
{
background-color: #7665DE;
}
.BgClassName
{
background-color: #7665DE;
}
</style>
border-color css
<style>
span { border-color: #7665DE; }
span { border-color: rgb(118,101,222); }
td.TdClassName
{
border-color: #7665DE;
}
.TagClassName
{
border-color: #7665DE;
}
</style>