Shades of Medium Slate Blue #7263FE
Tints of Medium Slate Blue #7263FE
RGB
CMYK
RGB Variations
Color information
#7263FE (or 0x7263FE) is known color: Medium Slate Blue. HEX triplet: 72, 63 and FE. RGB value is (114,99,254). Sum of RGB (Red+Green+Blue) = 114+99+254=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 99 (39.06% from 255 or 21.20% 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 #7263FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263FE is #8D9C01. Grayscale: #787878. Windows color (decimal): -9280514 or 16671602. OLE color: 16671602.
HSL color Cylindrical-coordinate representation of color #7263FE: hue angle of 245.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7263FE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 99 | 254 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.00 |
| HSL | 245.81º | 0.99% | 0.69% | - |
| HSV(B) | 245.81º | 0.61% | 1% | - |
| XYZ | 29.29 | 19.66 | 96.02 | - |
| YUV | 121.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 254 | 0.55 | 0.61 | 0 | 0.00 | 245.81 | 0.99 | 0.69 |
| Hex | 72 | 63 | FE | 37 | 3D | 0 | 0 | F6 | 63 | 45 |
| Octal | 162 | 143 | 376 | 67 | 75 | 0 | 0 | 366 | 143 | 105 |
| Binary | 1110010 | 1100011 | 11111110 | 110111 | 111101 | 0 | 0 | 11110110 | 1100011 | 1000101 |
Color Harmonies of #7263FE
Complementary color
Monochromatic Colors of #7263FE
Black with #7263FE
Text Example
Text Example
White with #7263FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263FE; }
p { color: rgb(114,99,254); }
H1.HeaderClassName
{
color: #7263FE;
}
.AnyTagClassName
{
color: #7263FE;
}
</style>
background-color css
<style>
a { background-color: #7263FE; }
a { background-color: rgb(114,99,254); }
div.DivClassName
{
background-color: #7263FE;
}
.BgClassName
{
background-color: #7263FE;
}
</style>
border-color css
<style>
span { border-color: #7263FE; }
span { border-color: rgb(114,99,254); }
td.TdClassName
{
border-color: #7263FE;
}
.TagClassName
{
border-color: #7263FE;
}
</style>