Shades of Studio #654DA3
Tints of Studio #654DA3
RGB
CMYK
RGB Variations
Color information
#654DA3 (or 0x654DA3) is known color: Studio. HEX triplet: 65, 4D and A3. RGB value is (101,77,163). Sum of RGB (Red+Green+Blue) = 101+77+163=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #654DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DA3 is #9AB25C. Grayscale: #5D5D5D. Windows color (decimal): -10138205 or 10702181. OLE color: 10702181.
HSL color Cylindrical-coordinate representation of color #654DA3: hue angle of 256.74º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #654DA3 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 77 | 163 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.36 |
| HSL | 256.74º | 0.36% | 0.47% | - |
| HSV(B) | 256.74º | 0.53% | 0.64% | - |
| XYZ | 14.63 | 10.72 | 35.95 | - |
| YUV | 93.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 163 | 0.38 | 0.53 | 0 | 0.36 | 256.74 | 0.36 | 0.47 |
| Hex | 65 | 4D | A3 | 26 | 35 | 0 | 24 | 101 | 24 | 2F |
| Octal | 145 | 115 | 243 | 46 | 65 | 0 | 44 | 401 | 44 | 57 |
| Binary | 1100101 | 1001101 | 10100011 | 100110 | 110101 | 0 | 100100 | 100000001 | 100100 | 101111 |
Color Harmonies of #654DA3
Complementary color
Monochromatic Colors of #654DA3
Black with #654DA3
Text Example
Text Example
White with #654DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654DA3; }
p { color: rgb(101,77,163); }
H1.HeaderClassName
{
color: #654DA3;
}
.AnyTagClassName
{
color: #654DA3;
}
</style>
background-color css
<style>
a { background-color: #654DA3; }
a { background-color: rgb(101,77,163); }
div.DivClassName
{
background-color: #654DA3;
}
.BgClassName
{
background-color: #654DA3;
}
</style>
border-color css
<style>
span { border-color: #654DA3; }
span { border-color: rgb(101,77,163); }
td.TdClassName
{
border-color: #654DA3;
}
.TagClassName
{
border-color: #654DA3;
}
</style>