Shades of Studio #654DA1
Tints of Studio #654DA1
RGB
CMYK
RGB Variations
Color information
#654DA1 (or 0x654DA1) is known color: Studio. HEX triplet: 65, 4D and A1. RGB value is (101,77,161). Sum of RGB (Red+Green+Blue) = 101+77+161=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #654DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DA1 is #9AB25E. Grayscale: #5D5D5D. Windows color (decimal): -10138207 or 10571109. OLE color: 10571109.
HSL color Cylindrical-coordinate representation of color #654DA1: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654DA1 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 77 | 161 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.37 |
| HSL | 257.14º | 0.35% | 0.47% | - |
| HSV(B) | 257.14º | 0.52% | 0.63% | - |
| XYZ | 14.45 | 10.65 | 35.01 | - |
| YUV | 93.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 161 | 0.37 | 0.52 | 0 | 0.37 | 257.14 | 0.35 | 0.47 |
| Hex | 65 | 4D | A1 | 25 | 34 | 0 | 25 | 101 | 23 | 2F |
| Octal | 145 | 115 | 241 | 45 | 64 | 0 | 45 | 401 | 43 | 57 |
| Binary | 1100101 | 1001101 | 10100001 | 100101 | 110100 | 0 | 100101 | 100000001 | 100011 | 101111 |
Color Harmonies of #654DA1
Complementary color
Monochromatic Colors of #654DA1
Black with #654DA1
Text Example
Text Example
White with #654DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DA1; }
p { color: rgb(101,77,161); }
H1.HeaderClassName
{
color: #654DA1;
}
.AnyTagClassName
{
color: #654DA1;
}
</style>
background-color css
<style>
a { background-color: #654DA1; }
a { background-color: rgb(101,77,161); }
div.DivClassName
{
background-color: #654DA1;
}
.BgClassName
{
background-color: #654DA1;
}
</style>
border-color css
<style>
span { border-color: #654DA1; }
span { border-color: rgb(101,77,161); }
td.TdClassName
{
border-color: #654DA1;
}
.TagClassName
{
border-color: #654DA1;
}
</style>