Shades of Medium Slate Blue #774BEE
Tints of Medium Slate Blue #774BEE
RGB
CMYK
RGB Variations
Color information
#774BEE (or 0x774BEE) is known color: Medium Slate Blue. HEX triplet: 77, 4B and EE. RGB value is (119,75,238). Sum of RGB (Red+Green+Blue) = 119+75+238=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #774BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774BEE is #88B411. Grayscale: #6A6A6A. Windows color (decimal): -8958994 or 15616887. OLE color: 15616887.
HSL color Cylindrical-coordinate representation of color #774BEE: hue angle of 256.2º 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 #774BEE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 75 | 238 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.07 |
| HSL | 256.2º | 0.83% | 0.61% | - |
| HSV(B) | 256.2º | 0.68% | 0.93% | - |
| XYZ | 25.56 | 15.13 | 82.46 | - |
| YUV | 106.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 238 | 0.50 | 0.68 | 0 | 0.07 | 256.2 | 0.83 | 0.61 |
| Hex | 77 | 4B | EE | 32 | 44 | 0 | 7 | 100 | 53 | 3D |
| Octal | 167 | 113 | 356 | 62 | 104 | 0 | 7 | 400 | 123 | 75 |
| Binary | 1110111 | 1001011 | 11101110 | 110010 | 1000100 | 0 | 111 | 100000000 | 1010011 | 111101 |
Color Harmonies of #774BEE
Complementary color
Monochromatic Colors of #774BEE
Black with #774BEE
Text Example
Text Example
White with #774BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BEE; }
p { color: rgb(119,75,238); }
H1.HeaderClassName
{
color: #774BEE;
}
.AnyTagClassName
{
color: #774BEE;
}
</style>
background-color css
<style>
a { background-color: #774BEE; }
a { background-color: rgb(119,75,238); }
div.DivClassName
{
background-color: #774BEE;
}
.BgClassName
{
background-color: #774BEE;
}
</style>
border-color css
<style>
span { border-color: #774BEE; }
span { border-color: rgb(119,75,238); }
td.TdClassName
{
border-color: #774BEE;
}
.TagClassName
{
border-color: #774BEE;
}
</style>