Shades of Medium Slate Blue #7065FE
Tints of Medium Slate Blue #7065FE
RGB
CMYK
RGB Variations
Color information
#7065FE (or 0x7065FE) is known color: Medium Slate Blue. HEX triplet: 70, 65 and FE. RGB value is (112,101,254). Sum of RGB (Red+Green+Blue) = 112+101+254=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #7065FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065FE is #8F9A01. Grayscale: #797979. Windows color (decimal): -9411074 or 16672112. OLE color: 16672112.
HSL color Cylindrical-coordinate representation of color #7065FE: hue angle of 244.31º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7065FE is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 101 | 254 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.00 |
| HSL | 244.31º | 0.99% | 0.7% | - |
| HSV(B) | 244.31º | 0.6% | 1% | - |
| XYZ | 29.23 | 19.91 | 96.07 | - |
| YUV | 121.73 | 202.64 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 254 | 0.56 | 0.60 | 0 | 0.00 | 244.31 | 0.99 | 0.7 |
| Hex | 70 | 65 | FE | 38 | 3C | 0 | 0 | F4 | 63 | 46 |
| Octal | 160 | 145 | 376 | 70 | 74 | 0 | 0 | 364 | 143 | 106 |
| Binary | 1110000 | 1100101 | 11111110 | 111000 | 111100 | 0 | 0 | 11110100 | 1100011 | 1000110 |
Color Harmonies of #7065FE
Complementary color
Monochromatic Colors of #7065FE
Black with #7065FE
Text Example
Text Example
White with #7065FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065FE; }
p { color: rgb(112,101,254); }
H1.HeaderClassName
{
color: #7065FE;
}
.AnyTagClassName
{
color: #7065FE;
}
</style>
background-color css
<style>
a { background-color: #7065FE; }
a { background-color: rgb(112,101,254); }
div.DivClassName
{
background-color: #7065FE;
}
.BgClassName
{
background-color: #7065FE;
}
</style>
border-color css
<style>
span { border-color: #7065FE; }
span { border-color: rgb(112,101,254); }
td.TdClassName
{
border-color: #7065FE;
}
.TagClassName
{
border-color: #7065FE;
}
</style>