Shades of Medium Slate Blue #7263FF
Tints of Medium Slate Blue #7263FF
RGB
CMYK
RGB Variations
Color information
#7263FF (or 0x7263FF) is known color: Medium Slate Blue. HEX triplet: 72, 63 and FF. RGB value is (114,99,255). Sum of RGB (Red+Green+Blue) = 114+99+255=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #7263FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7263FF is #8D9C00. Grayscale: #787878. Windows color (decimal): -9280513 or 16737138. OLE color: 16737138.
HSL color Cylindrical-coordinate representation of color #7263FF: hue angle of 245.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7263FF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 99 | 255 | - |
| CMYK | 0.55 | 0.61 | 0 | 0 |
| HSL | 245.77º | 1% | 0.69% | - |
| HSV(B) | 245.77º | 0.61% | 1% | - |
| XYZ | 29.45 | 19.72 | 96.86 | - |
| YUV | 121.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 255 | 0.55 | 0.61 | 0 | 0 | 245.77 | 1 | 0.69 |
| Hex | 72 | 63 | FF | 37 | 3D | 0 | 0 | F6 | 64 | 45 |
| Octal | 162 | 143 | 377 | 67 | 75 | 0 | 0 | 366 | 144 | 105 |
| Binary | 1110010 | 1100011 | 11111111 | 110111 | 111101 | 0 | 0 | 11110110 | 1100100 | 1000101 |
Color Harmonies of #7263FF
Complementary color
Monochromatic Colors of #7263FF
Black with #7263FF
Text Example
Text Example
White with #7263FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263FF; }
p { color: rgb(114,99,255); }
H1.HeaderClassName
{
color: #7263FF;
}
.AnyTagClassName
{
color: #7263FF;
}
</style>
background-color css
<style>
a { background-color: #7263FF; }
a { background-color: rgb(114,99,255); }
div.DivClassName
{
background-color: #7263FF;
}
.BgClassName
{
background-color: #7263FF;
}
</style>
border-color css
<style>
span { border-color: #7263FF; }
span { border-color: rgb(114,99,255); }
td.TdClassName
{
border-color: #7263FF;
}
.TagClassName
{
border-color: #7263FF;
}
</style>