Shades of Medium Slate Blue #734BEE
Tints of Medium Slate Blue #734BEE
RGB
CMYK
RGB Variations
Color information
#734BEE (or 0x734BEE) is known color: Medium Slate Blue. HEX triplet: 73, 4B and EE. RGB value is (115,75,238). Sum of RGB (Red+Green+Blue) = 115+75+238=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #734BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734BEE is #8CB411. Grayscale: #686868. Windows color (decimal): -9221138 or 15616883. OLE color: 15616883.
HSL color Cylindrical-coordinate representation of color #734BEE: hue angle of 254.72º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #734BEE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 75 | 238 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.07 |
| HSL | 254.72º | 0.83% | 0.61% | - |
| HSV(B) | 254.72º | 0.68% | 0.93% | - |
| XYZ | 25.02 | 14.85 | 82.44 | - |
| YUV | 105.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 238 | 0.52 | 0.68 | 0 | 0.07 | 254.72 | 0.83 | 0.61 |
| Hex | 73 | 4B | EE | 34 | 44 | 0 | 7 | FF | 53 | 3D |
| Octal | 163 | 113 | 356 | 64 | 104 | 0 | 7 | 377 | 123 | 75 |
| Binary | 1110011 | 1001011 | 11101110 | 110100 | 1000100 | 0 | 111 | 11111111 | 1010011 | 111101 |
Color Harmonies of #734BEE
Complementary color
Monochromatic Colors of #734BEE
Black with #734BEE
Text Example
Text Example
White with #734BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734BEE; }
p { color: rgb(115,75,238); }
H1.HeaderClassName
{
color: #734BEE;
}
.AnyTagClassName
{
color: #734BEE;
}
</style>
background-color css
<style>
a { background-color: #734BEE; }
a { background-color: rgb(115,75,238); }
div.DivClassName
{
background-color: #734BEE;
}
.BgClassName
{
background-color: #734BEE;
}
</style>
border-color css
<style>
span { border-color: #734BEE; }
span { border-color: rgb(115,75,238); }
td.TdClassName
{
border-color: #734BEE;
}
.TagClassName
{
border-color: #734BEE;
}
</style>