Shades of Medium Slate Blue #737FF2
Tints of Medium Slate Blue #737FF2
RGB
CMYK
RGB Variations
Color information
#737FF2 (or 0x737FF2) is known color: Medium Slate Blue. HEX triplet: 73, 7F and F2. RGB value is (115,127,242). Sum of RGB (Red+Green+Blue) = 115+127+242=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #737FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737FF2 is #8C800D. Grayscale: #888888. Windows color (decimal): -9207822 or 15892339. OLE color: 15892339.
HSL color Cylindrical-coordinate representation of color #737FF2: hue angle of 234.33º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #737FF2 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 127 | 242 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.05 |
| HSL | 234.33º | 0.83% | 0.7% | - |
| HSV(B) | 234.33º | 0.52% | 0.95% | - |
| XYZ | 30.69 | 25.23 | 87.26 | - |
| YUV | 136.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 242 | 0.52 | 0.48 | 0 | 0.05 | 234.33 | 0.83 | 0.7 |
| Hex | 73 | 7F | F2 | 34 | 30 | 0 | 5 | EA | 53 | 46 |
| Octal | 163 | 177 | 362 | 64 | 60 | 0 | 5 | 352 | 123 | 106 |
| Binary | 1110011 | 1111111 | 11110010 | 110100 | 110000 | 0 | 101 | 11101010 | 1010011 | 1000110 |
Color Harmonies of #737FF2
Complementary color
Monochromatic Colors of #737FF2
Black with #737FF2
Text Example
Text Example
White with #737FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FF2; }
p { color: rgb(115,127,242); }
H1.HeaderClassName
{
color: #737FF2;
}
.AnyTagClassName
{
color: #737FF2;
}
</style>
background-color css
<style>
a { background-color: #737FF2; }
a { background-color: rgb(115,127,242); }
div.DivClassName
{
background-color: #737FF2;
}
.BgClassName
{
background-color: #737FF2;
}
</style>
border-color css
<style>
span { border-color: #737FF2; }
span { border-color: rgb(115,127,242); }
td.TdClassName
{
border-color: #737FF2;
}
.TagClassName
{
border-color: #737FF2;
}
</style>