Shades of Medium Slate Blue #7065FC
Tints of Medium Slate Blue #7065FC
RGB
CMYK
RGB Variations
Color information
#7065FC (or 0x7065FC) is known color: Medium Slate Blue. HEX triplet: 70, 65 and FC. RGB value is (112,101,252). Sum of RGB (Red+Green+Blue) = 112+101+252=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #7065FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065FC is #8F9A03. Grayscale: #787878. Windows color (decimal): -9411076 or 16541040. OLE color: 16541040.
HSL color Cylindrical-coordinate representation of color #7065FC: hue angle of 244.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7065FC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 101 | 252 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.01 |
| HSL | 244.37º | 0.96% | 0.69% | - |
| HSV(B) | 244.37º | 0.6% | 0.99% | - |
| XYZ | 28.91 | 19.78 | 94.39 | - |
| YUV | 121.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 252 | 0.56 | 0.60 | 0 | 0.01 | 244.37 | 0.96 | 0.69 |
| Hex | 70 | 65 | FC | 38 | 3C | 0 | 1 | F4 | 60 | 45 |
| Octal | 160 | 145 | 374 | 70 | 74 | 0 | 1 | 364 | 140 | 105 |
| Binary | 1110000 | 1100101 | 11111100 | 111000 | 111100 | 0 | 1 | 11110100 | 1100000 | 1000101 |
Color Harmonies of #7065FC
Complementary color
Monochromatic Colors of #7065FC
Black with #7065FC
Text Example
Text Example
White with #7065FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065FC; }
p { color: rgb(112,101,252); }
H1.HeaderClassName
{
color: #7065FC;
}
.AnyTagClassName
{
color: #7065FC;
}
</style>
background-color css
<style>
a { background-color: #7065FC; }
a { background-color: rgb(112,101,252); }
div.DivClassName
{
background-color: #7065FC;
}
.BgClassName
{
background-color: #7065FC;
}
</style>
border-color css
<style>
span { border-color: #7065FC; }
span { border-color: rgb(112,101,252); }
td.TdClassName
{
border-color: #7065FC;
}
.TagClassName
{
border-color: #7065FC;
}
</style>