Shades of Studio #644D9E
Tints of Studio #644D9E
RGB
CMYK
RGB Variations
Color information
#644D9E (or 0x644D9E) is known color: Studio. HEX triplet: 64, 4D and 9E. RGB value is (100,77,158). Sum of RGB (Red+Green+Blue) = 100+77+158=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #644D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644D9E is #9BB261. Grayscale: #5C5C5C. Windows color (decimal): -10203746 or 10374500. OLE color: 10374500.
HSL color Cylindrical-coordinate representation of color #644D9E: hue angle of 257.04º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #644D9E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 77 | 158 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.38 |
| HSL | 257.04º | 0.34% | 0.46% | - |
| HSV(B) | 257.04º | 0.51% | 0.62% | - |
| XYZ | 14.08 | 10.49 | 33.63 | - |
| YUV | 93.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 158 | 0.37 | 0.51 | 0 | 0.38 | 257.04 | 0.34 | 0.46 |
| Hex | 64 | 4D | 9E | 25 | 33 | 0 | 26 | 101 | 22 | 2E |
| Octal | 144 | 115 | 236 | 45 | 63 | 0 | 46 | 401 | 42 | 56 |
| Binary | 1100100 | 1001101 | 10011110 | 100101 | 110011 | 0 | 100110 | 100000001 | 100010 | 101110 |
Color Harmonies of #644D9E
Complementary color
Monochromatic Colors of #644D9E
Black with #644D9E
Text Example
Text Example
White with #644D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D9E; }
p { color: rgb(100,77,158); }
H1.HeaderClassName
{
color: #644D9E;
}
.AnyTagClassName
{
color: #644D9E;
}
</style>
background-color css
<style>
a { background-color: #644D9E; }
a { background-color: rgb(100,77,158); }
div.DivClassName
{
background-color: #644D9E;
}
.BgClassName
{
background-color: #644D9E;
}
</style>
border-color css
<style>
span { border-color: #644D9E; }
span { border-color: rgb(100,77,158); }
td.TdClassName
{
border-color: #644D9E;
}
.TagClassName
{
border-color: #644D9E;
}
</style>