Shades of Medium Slate Blue #7263FC
Tints of Medium Slate Blue #7263FC
RGB
CMYK
RGB Variations
Color information
#7263FC (or 0x7263FC) is known color: Medium Slate Blue. HEX triplet: 72, 63 and FC. RGB value is (114,99,252). Sum of RGB (Red+Green+Blue) = 114+99+252=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 99 (39.06% from 255 or 21.29% 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 #7263FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263FC is #8D9C03. Grayscale: #787878. Windows color (decimal): -9280516 or 16540530. OLE color: 16540530.
HSL color Cylindrical-coordinate representation of color #7263FC: hue angle of 245.88º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7263FC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 99 | 252 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.01 |
| HSL | 245.88º | 0.96% | 0.69% | - |
| HSV(B) | 245.88º | 0.61% | 0.99% | - |
| XYZ | 28.97 | 19.53 | 94.34 | - |
| YUV | 120.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 252 | 0.55 | 0.61 | 0 | 0.01 | 245.88 | 0.96 | 0.69 |
| Hex | 72 | 63 | FC | 37 | 3D | 0 | 1 | F6 | 60 | 45 |
| Octal | 162 | 143 | 374 | 67 | 75 | 0 | 1 | 366 | 140 | 105 |
| Binary | 1110010 | 1100011 | 11111100 | 110111 | 111101 | 0 | 1 | 11110110 | 1100000 | 1000101 |
Color Harmonies of #7263FC
Complementary color
Monochromatic Colors of #7263FC
Black with #7263FC
Text Example
Text Example
White with #7263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263FC; }
p { color: rgb(114,99,252); }
H1.HeaderClassName
{
color: #7263FC;
}
.AnyTagClassName
{
color: #7263FC;
}
</style>
background-color css
<style>
a { background-color: #7263FC; }
a { background-color: rgb(114,99,252); }
div.DivClassName
{
background-color: #7263FC;
}
.BgClassName
{
background-color: #7263FC;
}
</style>
border-color css
<style>
span { border-color: #7263FC; }
span { border-color: rgb(114,99,252); }
td.TdClassName
{
border-color: #7263FC;
}
.TagClassName
{
border-color: #7263FC;
}
</style>