Shades of Studio #654EA0
Tints of Studio #654EA0
RGB
CMYK
RGB Variations
Color information
#654EA0 (or 0x654EA0) is known color: Studio. HEX triplet: 65, 4E and A0. RGB value is (101,78,160). Sum of RGB (Red+Green+Blue) = 101+78+160=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #654EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654EA0 is #9AB15F. Grayscale: #5D5D5D. Windows color (decimal): -10137952 or 10505829. OLE color: 10505829.
HSL color Cylindrical-coordinate representation of color #654EA0: hue angle of 256.83º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654EA0 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 78 | 160 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.37 |
| HSL | 256.83º | 0.34% | 0.47% | - |
| HSV(B) | 256.83º | 0.51% | 0.63% | - |
| XYZ | 14.44 | 10.75 | 34.57 | - |
| YUV | 94.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 160 | 0.37 | 0.51 | 0 | 0.37 | 256.83 | 0.34 | 0.47 |
| Hex | 65 | 4E | A0 | 25 | 33 | 0 | 25 | 101 | 22 | 2F |
| Octal | 145 | 116 | 240 | 45 | 63 | 0 | 45 | 401 | 42 | 57 |
| Binary | 1100101 | 1001110 | 10100000 | 100101 | 110011 | 0 | 100101 | 100000001 | 100010 | 101111 |
Color Harmonies of #654EA0
Complementary color
Monochromatic Colors of #654EA0
Black with #654EA0
Text Example
Text Example
White with #654EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EA0; }
p { color: rgb(101,78,160); }
H1.HeaderClassName
{
color: #654EA0;
}
.AnyTagClassName
{
color: #654EA0;
}
</style>
background-color css
<style>
a { background-color: #654EA0; }
a { background-color: rgb(101,78,160); }
div.DivClassName
{
background-color: #654EA0;
}
.BgClassName
{
background-color: #654EA0;
}
</style>
border-color css
<style>
span { border-color: #654EA0; }
span { border-color: rgb(101,78,160); }
td.TdClassName
{
border-color: #654EA0;
}
.TagClassName
{
border-color: #654EA0;
}
</style>