Shades of Medium Slate Blue #7375DE
Tints of Medium Slate Blue #7375DE
RGB
CMYK
RGB Variations
Color information
#7375DE (or 0x7375DE) is known color: Medium Slate Blue. HEX triplet: 73, 75 and DE. RGB value is (115,117,222). Sum of RGB (Red+Green+Blue) = 115+117+222=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #7375DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375DE is #8C8A21. Grayscale: #7F7F7F. Windows color (decimal): -9210402 or 14579059. OLE color: 14579059.
HSL color Cylindrical-coordinate representation of color #7375DE: hue angle of 238.88º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7375DE is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 117 | 222 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.13 |
| HSL | 238.88º | 0.62% | 0.66% | - |
| HSV(B) | 238.88º | 0.48% | 0.87% | - |
| XYZ | 26.62 | 21.64 | 71.88 | - |
| YUV | 128.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 222 | 0.48 | 0.47 | 0 | 0.13 | 238.88 | 0.62 | 0.66 |
| Hex | 73 | 75 | DE | 30 | 2F | 0 | D | EF | 3E | 42 |
| Octal | 163 | 165 | 336 | 60 | 57 | 0 | 15 | 357 | 76 | 102 |
| Binary | 1110011 | 1110101 | 11011110 | 110000 | 101111 | 0 | 1101 | 11101111 | 111110 | 1000010 |
Color Harmonies of #7375DE
Complementary color
Monochromatic Colors of #7375DE
Black with #7375DE
Text Example
Text Example
White with #7375DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7375DE; }
p { color: rgb(115,117,222); }
H1.HeaderClassName
{
color: #7375DE;
}
.AnyTagClassName
{
color: #7375DE;
}
</style>
background-color css
<style>
a { background-color: #7375DE; }
a { background-color: rgb(115,117,222); }
div.DivClassName
{
background-color: #7375DE;
}
.BgClassName
{
background-color: #7375DE;
}
</style>
border-color css
<style>
span { border-color: #7375DE; }
span { border-color: rgb(115,117,222); }
td.TdClassName
{
border-color: #7375DE;
}
.TagClassName
{
border-color: #7375DE;
}
</style>