Shades of Medium Slate Blue #7065E8
Tints of Medium Slate Blue #7065E8
RGB
CMYK
RGB Variations
Color information
#7065E8 (or 0x7065E8) is known color: Medium Slate Blue. HEX triplet: 70, 65 and E8. RGB value is (112,101,232). Sum of RGB (Red+Green+Blue) = 112+101+232=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #7065E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065E8 is #8F9A17. Grayscale: #767676. Windows color (decimal): -9411096 or 15230320. OLE color: 15230320.
HSL color Cylindrical-coordinate representation of color #7065E8: hue angle of 245.04º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7065E8 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 101 | 232 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.09 |
| HSL | 245.04º | 0.74% | 0.65% | - |
| HSV(B) | 245.04º | 0.56% | 0.91% | - |
| XYZ | 25.9 | 18.58 | 78.56 | - |
| YUV | 119.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 232 | 0.52 | 0.56 | 0 | 0.09 | 245.04 | 0.74 | 0.65 |
| Hex | 70 | 65 | E8 | 34 | 38 | 0 | 9 | F5 | 4A | 41 |
| Octal | 160 | 145 | 350 | 64 | 70 | 0 | 11 | 365 | 112 | 101 |
| Binary | 1110000 | 1100101 | 11101000 | 110100 | 111000 | 0 | 1001 | 11110101 | 1001010 | 1000001 |
Color Harmonies of #7065E8
Complementary color
Monochromatic Colors of #7065E8
Black with #7065E8
Text Example
Text Example
White with #7065E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065E8; }
p { color: rgb(112,101,232); }
H1.HeaderClassName
{
color: #7065E8;
}
.AnyTagClassName
{
color: #7065E8;
}
</style>
background-color css
<style>
a { background-color: #7065E8; }
a { background-color: rgb(112,101,232); }
div.DivClassName
{
background-color: #7065E8;
}
.BgClassName
{
background-color: #7065E8;
}
</style>
border-color css
<style>
span { border-color: #7065E8; }
span { border-color: rgb(112,101,232); }
td.TdClassName
{
border-color: #7065E8;
}
.TagClassName
{
border-color: #7065E8;
}
</style>