Shades of Medium Slate Blue #7268DE
Tints of Medium Slate Blue #7268DE
RGB
CMYK
RGB Variations
Color information
#7268DE (or 0x7268DE) is known color: Medium Slate Blue. HEX triplet: 72, 68 and DE. RGB value is (114,104,222). Sum of RGB (Red+Green+Blue) = 114+104+222=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #7268DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268DE is #8D9721. Grayscale: #777777. Windows color (decimal): -9279266 or 14575730. OLE color: 14575730.
HSL color Cylindrical-coordinate representation of color #7268DE: hue angle of 245.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7268DE is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 104 | 222 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.13 |
| HSL | 245.08º | 0.64% | 0.64% | - |
| HSV(B) | 245.08º | 0.53% | 0.87% | - |
| XYZ | 25.07 | 18.75 | 71.41 | - |
| YUV | 120.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 222 | 0.49 | 0.53 | 0 | 0.13 | 245.08 | 0.64 | 0.64 |
| Hex | 72 | 68 | DE | 31 | 35 | 0 | D | F5 | 40 | 40 |
| Octal | 162 | 150 | 336 | 61 | 65 | 0 | 15 | 365 | 100 | 100 |
| Binary | 1110010 | 1101000 | 11011110 | 110001 | 110101 | 0 | 1101 | 11110101 | 1000000 | 1000000 |
Color Harmonies of #7268DE
Complementary color
Monochromatic Colors of #7268DE
Black with #7268DE
Text Example
Text Example
White with #7268DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268DE; }
p { color: rgb(114,104,222); }
H1.HeaderClassName
{
color: #7268DE;
}
.AnyTagClassName
{
color: #7268DE;
}
</style>
background-color css
<style>
a { background-color: #7268DE; }
a { background-color: rgb(114,104,222); }
div.DivClassName
{
background-color: #7268DE;
}
.BgClassName
{
background-color: #7268DE;
}
</style>
border-color css
<style>
span { border-color: #7268DE; }
span { border-color: rgb(114,104,222); }
td.TdClassName
{
border-color: #7268DE;
}
.TagClassName
{
border-color: #7268DE;
}
</style>