Shades of Medium Slate Blue #734AF6
Tints of Medium Slate Blue #734AF6
RGB
CMYK
RGB Variations
Color information
#734AF6 (or 0x734AF6) is known color: Medium Slate Blue. HEX triplet: 73, 4A and F6. RGB value is (115,74,246). Sum of RGB (Red+Green+Blue) = 115+74+246=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #734AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AF6 is #8CB509. Grayscale: #696969. Windows color (decimal): -9221386 or 16140915. OLE color: 16140915.
HSL color Cylindrical-coordinate representation of color #734AF6: hue angle of 254.3º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #734AF6 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 74 | 246 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.04 |
| HSL | 254.3º | 0.91% | 0.63% | - |
| HSV(B) | 254.3º | 0.7% | 0.96% | - |
| XYZ | 26.15 | 15.2 | 88.74 | - |
| YUV | 105.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 246 | 0.53 | 0.70 | 0 | 0.04 | 254.3 | 0.91 | 0.63 |
| Hex | 73 | 4A | F6 | 35 | 46 | 0 | 4 | FE | 5B | 3F |
| Octal | 163 | 112 | 366 | 65 | 106 | 0 | 4 | 376 | 133 | 77 |
| Binary | 1110011 | 1001010 | 11110110 | 110101 | 1000110 | 0 | 100 | 11111110 | 1011011 | 111111 |
Color Harmonies of #734AF6
Complementary color
Monochromatic Colors of #734AF6
Black with #734AF6
Text Example
Text Example
White with #734AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AF6; }
p { color: rgb(115,74,246); }
H1.HeaderClassName
{
color: #734AF6;
}
.AnyTagClassName
{
color: #734AF6;
}
</style>
background-color css
<style>
a { background-color: #734AF6; }
a { background-color: rgb(115,74,246); }
div.DivClassName
{
background-color: #734AF6;
}
.BgClassName
{
background-color: #734AF6;
}
</style>
border-color css
<style>
span { border-color: #734AF6; }
span { border-color: rgb(115,74,246); }
td.TdClassName
{
border-color: #734AF6;
}
.TagClassName
{
border-color: #734AF6;
}
</style>