Shades of Medium Slate Blue #734AFB
Tints of Medium Slate Blue #734AFB
RGB
CMYK
RGB Variations
Color information
#734AFB (or 0x734AFB) is known color: Medium Slate Blue. HEX triplet: 73, 4A and FB. RGB value is (115,74,251). Sum of RGB (Red+Green+Blue) = 115+74+251=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #734AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AFB is #8CB504. Grayscale: #696969. Windows color (decimal): -9221381 or 16468595. OLE color: 16468595.
HSL color Cylindrical-coordinate representation of color #734AFB: hue angle of 253.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #734AFB is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 74 | 251 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.02 |
| HSL | 253.9º | 0.96% | 0.64% | - |
| HSV(B) | 253.9º | 0.71% | 0.98% | - |
| XYZ | 26.93 | 15.51 | 92.84 | - |
| YUV | 106.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 251 | 0.54 | 0.71 | 0 | 0.02 | 253.9 | 0.96 | 0.64 |
| Hex | 73 | 4A | FB | 36 | 47 | 0 | 2 | FE | 60 | 40 |
| Octal | 163 | 112 | 373 | 66 | 107 | 0 | 2 | 376 | 140 | 100 |
| Binary | 1110011 | 1001010 | 11111011 | 110110 | 1000111 | 0 | 10 | 11111110 | 1100000 | 1000000 |
Color Harmonies of #734AFB
Complementary color
Monochromatic Colors of #734AFB
Black with #734AFB
Text Example
Text Example
White with #734AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AFB; }
p { color: rgb(115,74,251); }
H1.HeaderClassName
{
color: #734AFB;
}
.AnyTagClassName
{
color: #734AFB;
}
</style>
background-color css
<style>
a { background-color: #734AFB; }
a { background-color: rgb(115,74,251); }
div.DivClassName
{
background-color: #734AFB;
}
.BgClassName
{
background-color: #734AFB;
}
</style>
border-color css
<style>
span { border-color: #734AFB; }
span { border-color: rgb(115,74,251); }
td.TdClassName
{
border-color: #734AFB;
}
.TagClassName
{
border-color: #734AFB;
}
</style>