Shades of Medium Slate Blue #734BFE
Tints of Medium Slate Blue #734BFE
RGB
CMYK
RGB Variations
Color information
#734BFE (or 0x734BFE) is known color: Medium Slate Blue. HEX triplet: 73, 4B and FE. RGB value is (115,75,254). Sum of RGB (Red+Green+Blue) = 115+75+254=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #734BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734BFE is #8CB401. Grayscale: #6A6A6A. Windows color (decimal): -9221122 or 16665459. OLE color: 16665459.
HSL color Cylindrical-coordinate representation of color #734BFE: hue angle of 253.41º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #734BFE is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 75 | 254 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.00 |
| HSL | 253.41º | 0.99% | 0.65% | - |
| HSV(B) | 253.41º | 0.7% | 1% | - |
| XYZ | 27.48 | 15.83 | 95.37 | - |
| YUV | 107.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 254 | 0.55 | 0.70 | 0 | 0.00 | 253.41 | 0.99 | 0.65 |
| Hex | 73 | 4B | FE | 37 | 46 | 0 | 0 | FD | 63 | 41 |
| Octal | 163 | 113 | 376 | 67 | 106 | 0 | 0 | 375 | 143 | 101 |
| Binary | 1110011 | 1001011 | 11111110 | 110111 | 1000110 | 0 | 0 | 11111101 | 1100011 | 1000001 |
Color Harmonies of #734BFE
Complementary color
Monochromatic Colors of #734BFE
Black with #734BFE
Text Example
Text Example
White with #734BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BFE; }
p { color: rgb(115,75,254); }
H1.HeaderClassName
{
color: #734BFE;
}
.AnyTagClassName
{
color: #734BFE;
}
</style>
background-color css
<style>
a { background-color: #734BFE; }
a { background-color: rgb(115,75,254); }
div.DivClassName
{
background-color: #734BFE;
}
.BgClassName
{
background-color: #734BFE;
}
</style>
border-color css
<style>
span { border-color: #734BFE; }
span { border-color: rgb(115,75,254); }
td.TdClassName
{
border-color: #734BFE;
}
.TagClassName
{
border-color: #734BFE;
}
</style>