Shades of Medium Slate Blue #7267DC
Tints of Medium Slate Blue #7267DC
RGB
CMYK
RGB Variations
Color information
#7267DC (or 0x7267DC) is known color: Medium Slate Blue. HEX triplet: 72, 67 and DC. RGB value is (114,103,220). Sum of RGB (Red+Green+Blue) = 114+103+220=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7267DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267DC is #8D9823. Grayscale: #777777. Windows color (decimal): -9279524 or 14444402. OLE color: 14444402.
HSL color Cylindrical-coordinate representation of color #7267DC: hue angle of 245.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7267DC is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 103 | 220 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.14 |
| HSL | 245.64º | 0.63% | 0.63% | - |
| HSV(B) | 245.64º | 0.53% | 0.86% | - |
| XYZ | 24.71 | 18.45 | 69.97 | - |
| YUV | 119.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 220 | 0.48 | 0.53 | 0 | 0.14 | 245.64 | 0.63 | 0.63 |
| Hex | 72 | 67 | DC | 30 | 35 | 0 | E | F6 | 3F | 3F |
| Octal | 162 | 147 | 334 | 60 | 65 | 0 | 16 | 366 | 77 | 77 |
| Binary | 1110010 | 1100111 | 11011100 | 110000 | 110101 | 0 | 1110 | 11110110 | 111111 | 111111 |
Color Harmonies of #7267DC
Complementary color
Monochromatic Colors of #7267DC
Black with #7267DC
Text Example
Text Example
White with #7267DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7267DC; }
p { color: rgb(114,103,220); }
H1.HeaderClassName
{
color: #7267DC;
}
.AnyTagClassName
{
color: #7267DC;
}
</style>
background-color css
<style>
a { background-color: #7267DC; }
a { background-color: rgb(114,103,220); }
div.DivClassName
{
background-color: #7267DC;
}
.BgClassName
{
background-color: #7267DC;
}
</style>
border-color css
<style>
span { border-color: #7267DC; }
span { border-color: rgb(114,103,220); }
td.TdClassName
{
border-color: #7267DC;
}
.TagClassName
{
border-color: #7267DC;
}
</style>