Shades of Medium Slate Blue #7265DD
Tints of Medium Slate Blue #7265DD
RGB
CMYK
RGB Variations
Color information
#7265DD (or 0x7265DD) is known color: Medium Slate Blue. HEX triplet: 72, 65 and DD. RGB value is (114,101,221). Sum of RGB (Red+Green+Blue) = 114+101+221=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7265DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265DD is #8D9A22. Grayscale: #767676. Windows color (decimal): -9280035 or 14509426. OLE color: 14509426.
HSL color Cylindrical-coordinate representation of color #7265DD: hue angle of 246.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7265DD is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 101 | 221 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.13 |
| HSL | 246.5º | 0.64% | 0.63% | - |
| HSV(B) | 246.5º | 0.54% | 0.87% | - |
| XYZ | 24.64 | 18.11 | 70.6 | - |
| YUV | 118.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 221 | 0.48 | 0.54 | 0 | 0.13 | 246.5 | 0.64 | 0.63 |
| Hex | 72 | 65 | DD | 30 | 36 | 0 | D | F6 | 40 | 3F |
| Octal | 162 | 145 | 335 | 60 | 66 | 0 | 15 | 366 | 100 | 77 |
| Binary | 1110010 | 1100101 | 11011101 | 110000 | 110110 | 0 | 1101 | 11110110 | 1000000 | 111111 |
Color Harmonies of #7265DD
Complementary color
Monochromatic Colors of #7265DD
Black with #7265DD
Text Example
Text Example
White with #7265DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265DD; }
p { color: rgb(114,101,221); }
H1.HeaderClassName
{
color: #7265DD;
}
.AnyTagClassName
{
color: #7265DD;
}
</style>
background-color css
<style>
a { background-color: #7265DD; }
a { background-color: rgb(114,101,221); }
div.DivClassName
{
background-color: #7265DD;
}
.BgClassName
{
background-color: #7265DD;
}
</style>
border-color css
<style>
span { border-color: #7265DD; }
span { border-color: rgb(114,101,221); }
td.TdClassName
{
border-color: #7265DD;
}
.TagClassName
{
border-color: #7265DD;
}
</style>