Shades of Medium Slate Blue #7665DA
Tints of Medium Slate Blue #7665DA
RGB
CMYK
RGB Variations
Color information
#7665DA (or 0x7665DA) is known color: Medium Slate Blue. HEX triplet: 76, 65 and DA. RGB value is (118,101,218). Sum of RGB (Red+Green+Blue) = 118+101+218=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #7665DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665DA is #899A25. Grayscale: #767676. Windows color (decimal): -9017894 or 14312822. OLE color: 14312822.
HSL color Cylindrical-coordinate representation of color #7665DA: hue angle of 248.72º 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 #7665DA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 101 | 218 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.15 |
| HSL | 248.72º | 0.61% | 0.63% | - |
| HSV(B) | 248.72º | 0.54% | 0.85% | - |
| XYZ | 24.78 | 18.22 | 68.54 | - |
| YUV | 119.42 | 183.63 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 218 | 0.46 | 0.54 | 0 | 0.15 | 248.72 | 0.61 | 0.63 |
| Hex | 76 | 65 | DA | 2E | 36 | 0 | F | F9 | 3D | 3F |
| Octal | 166 | 145 | 332 | 56 | 66 | 0 | 17 | 371 | 75 | 77 |
| Binary | 1110110 | 1100101 | 11011010 | 101110 | 110110 | 0 | 1111 | 11111001 | 111101 | 111111 |
Color Harmonies of #7665DA
Complementary color
Monochromatic Colors of #7665DA
Black with #7665DA
Text Example
Text Example
White with #7665DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7665DA; }
p { color: rgb(118,101,218); }
H1.HeaderClassName
{
color: #7665DA;
}
.AnyTagClassName
{
color: #7665DA;
}
</style>
background-color css
<style>
a { background-color: #7665DA; }
a { background-color: rgb(118,101,218); }
div.DivClassName
{
background-color: #7665DA;
}
.BgClassName
{
background-color: #7665DA;
}
</style>
border-color css
<style>
span { border-color: #7665DA; }
span { border-color: rgb(118,101,218); }
td.TdClassName
{
border-color: #7665DA;
}
.TagClassName
{
border-color: #7665DA;
}
</style>