Shades of Studio #654F9F
Tints of Studio #654F9F
RGB
CMYK
RGB Variations
Color information
#654F9F (or 0x654F9F) is known color: Studio. HEX triplet: 65, 4F and 9F. RGB value is (101,79,159). Sum of RGB (Red+Green+Blue) = 101+79+159=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #654F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654F9F is #9AB060. Grayscale: #5E5E5E. Windows color (decimal): -10137697 or 10440549. OLE color: 10440549.
HSL color Cylindrical-coordinate representation of color #654F9F: hue angle of 256.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654F9F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 79 | 159 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.38 |
| HSL | 256.5º | 0.34% | 0.47% | - |
| HSV(B) | 256.5º | 0.5% | 0.62% | - |
| XYZ | 14.42 | 10.86 | 34.14 | - |
| YUV | 94.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 159 | 0.36 | 0.50 | 0 | 0.38 | 256.5 | 0.34 | 0.47 |
| Hex | 65 | 4F | 9F | 24 | 32 | 0 | 26 | 100 | 22 | 2F |
| Octal | 145 | 117 | 237 | 44 | 62 | 0 | 46 | 400 | 42 | 57 |
| Binary | 1100101 | 1001111 | 10011111 | 100100 | 110010 | 0 | 100110 | 100000000 | 100010 | 101111 |
Color Harmonies of #654F9F
Complementary color
Monochromatic Colors of #654F9F
Black with #654F9F
Text Example
Text Example
White with #654F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F9F; }
p { color: rgb(101,79,159); }
H1.HeaderClassName
{
color: #654F9F;
}
.AnyTagClassName
{
color: #654F9F;
}
</style>
background-color css
<style>
a { background-color: #654F9F; }
a { background-color: rgb(101,79,159); }
div.DivClassName
{
background-color: #654F9F;
}
.BgClassName
{
background-color: #654F9F;
}
</style>
border-color css
<style>
span { border-color: #654F9F; }
span { border-color: rgb(101,79,159); }
td.TdClassName
{
border-color: #654F9F;
}
.TagClassName
{
border-color: #654F9F;
}
</style>