Shades of Medium Slate Blue #7367FF
Tints of Medium Slate Blue #7367FF
RGB
CMYK
RGB Variations
Color information
#7367FF (or 0x7367FF) is known color: Medium Slate Blue. HEX triplet: 73, 67 and FF. RGB value is (115,103,255). Sum of RGB (Red+Green+Blue) = 115+103+255=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #7367FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7367FF is #8C9800. Grayscale: #7B7B7B. Windows color (decimal): -9213953 or 16738163. OLE color: 16738163.
HSL color Cylindrical-coordinate representation of color #7367FF: hue angle of 244.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7367FF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 103 | 255 | - |
| CMYK | 0.55 | 0.60 | 0 | 0 |
| HSL | 244.74º | 1% | 0.7% | - |
| HSV(B) | 244.74º | 0.6% | 1% | - |
| XYZ | 29.97 | 20.57 | 97 | - |
| YUV | 123.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 255 | 0.55 | 0.60 | 0 | 0 | 244.74 | 1 | 0.7 |
| Hex | 73 | 67 | FF | 37 | 3C | 0 | 0 | F5 | 64 | 46 |
| Octal | 163 | 147 | 377 | 67 | 74 | 0 | 0 | 365 | 144 | 106 |
| Binary | 1110011 | 1100111 | 11111111 | 110111 | 111100 | 0 | 0 | 11110101 | 1100100 | 1000110 |
Color Harmonies of #7367FF
Complementary color
Monochromatic Colors of #7367FF
Black with #7367FF
Text Example
Text Example
White with #7367FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367FF; }
p { color: rgb(115,103,255); }
H1.HeaderClassName
{
color: #7367FF;
}
.AnyTagClassName
{
color: #7367FF;
}
</style>
background-color css
<style>
a { background-color: #7367FF; }
a { background-color: rgb(115,103,255); }
div.DivClassName
{
background-color: #7367FF;
}
.BgClassName
{
background-color: #7367FF;
}
</style>
border-color css
<style>
span { border-color: #7367FF; }
span { border-color: rgb(115,103,255); }
td.TdClassName
{
border-color: #7367FF;
}
.TagClassName
{
border-color: #7367FF;
}
</style>