Shades of Medium Slate Blue #7263DD
Tints of Medium Slate Blue #7263DD
RGB
CMYK
RGB Variations
Color information
#7263DD (or 0x7263DD) is known color: Medium Slate Blue. HEX triplet: 72, 63 and DD. RGB value is (114,99,221). Sum of RGB (Red+Green+Blue) = 114+99+221=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #7263DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263DD is #8D9C22. Grayscale: #747474. Windows color (decimal): -9280547 or 14508914. OLE color: 14508914.
HSL color Cylindrical-coordinate representation of color #7263DD: hue angle of 247.38º degrees, saturation: 0.64, 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 #7263DD is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 99 | 221 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.13 |
| HSL | 247.38º | 0.64% | 0.63% | - |
| HSV(B) | 247.38º | 0.55% | 0.87% | - |
| XYZ | 24.45 | 17.72 | 70.54 | - |
| YUV | 117.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 221 | 0.48 | 0.55 | 0 | 0.13 | 247.38 | 0.64 | 0.63 |
| Hex | 72 | 63 | DD | 30 | 37 | 0 | D | F7 | 40 | 3F |
| Octal | 162 | 143 | 335 | 60 | 67 | 0 | 15 | 367 | 100 | 77 |
| Binary | 1110010 | 1100011 | 11011101 | 110000 | 110111 | 0 | 1101 | 11110111 | 1000000 | 111111 |
Color Harmonies of #7263DD
Complementary color
Monochromatic Colors of #7263DD
Black with #7263DD
Text Example
Text Example
White with #7263DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263DD; }
p { color: rgb(114,99,221); }
H1.HeaderClassName
{
color: #7263DD;
}
.AnyTagClassName
{
color: #7263DD;
}
</style>
background-color css
<style>
a { background-color: #7263DD; }
a { background-color: rgb(114,99,221); }
div.DivClassName
{
background-color: #7263DD;
}
.BgClassName
{
background-color: #7263DD;
}
</style>
border-color css
<style>
span { border-color: #7263DD; }
span { border-color: rgb(114,99,221); }
td.TdClassName
{
border-color: #7263DD;
}
.TagClassName
{
border-color: #7263DD;
}
</style>