Shades of Medium Slate Blue #7266DC
Tints of Medium Slate Blue #7266DC
RGB
CMYK
RGB Variations
Color information
#7266DC (or 0x7266DC) is known color: Medium Slate Blue. HEX triplet: 72, 66 and DC. RGB value is (114,102,220). Sum of RGB (Red+Green+Blue) = 114+102+220=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7266DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266DC is #8D9923. Grayscale: #767676. Windows color (decimal): -9279780 or 14444146. OLE color: 14444146.
HSL color Cylindrical-coordinate representation of color #7266DC: hue angle of 246.1º 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 #7266DC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 102 | 220 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.14 |
| HSL | 246.1º | 0.63% | 0.63% | - |
| HSV(B) | 246.1º | 0.54% | 0.86% | - |
| XYZ | 24.61 | 18.25 | 69.94 | - |
| YUV | 119.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 220 | 0.48 | 0.54 | 0 | 0.14 | 246.1 | 0.63 | 0.63 |
| Hex | 72 | 66 | DC | 30 | 36 | 0 | E | F6 | 3F | 3F |
| Octal | 162 | 146 | 334 | 60 | 66 | 0 | 16 | 366 | 77 | 77 |
| Binary | 1110010 | 1100110 | 11011100 | 110000 | 110110 | 0 | 1110 | 11110110 | 111111 | 111111 |
Color Harmonies of #7266DC
Complementary color
Monochromatic Colors of #7266DC
Black with #7266DC
Text Example
Text Example
White with #7266DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7266DC; }
p { color: rgb(114,102,220); }
H1.HeaderClassName
{
color: #7266DC;
}
.AnyTagClassName
{
color: #7266DC;
}
</style>
background-color css
<style>
a { background-color: #7266DC; }
a { background-color: rgb(114,102,220); }
div.DivClassName
{
background-color: #7266DC;
}
.BgClassName
{
background-color: #7266DC;
}
</style>
border-color css
<style>
span { border-color: #7266DC; }
span { border-color: rgb(114,102,220); }
td.TdClassName
{
border-color: #7266DC;
}
.TagClassName
{
border-color: #7266DC;
}
</style>