Shades of Studio #7953B1
Tints of Studio #7953B1
RGB
CMYK
RGB Variations
Color information
#7953B1 (or 0x7953B1) is known color: Studio. HEX triplet: 79, 53 and B1. RGB value is (121,83,177). Sum of RGB (Red+Green+Blue) = 121+83+177=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #7953B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953B1 is #86AC4E. Grayscale: #686868. Windows color (decimal): -8825935 or 11621241. OLE color: 11621241.
HSL color Cylindrical-coordinate representation of color #7953B1: hue angle of 264.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7953B1 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 83 | 177 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.31 |
| HSL | 264.26º | 0.38% | 0.51% | - |
| HSV(B) | 264.26º | 0.53% | 0.69% | - |
| XYZ | 18.91 | 13.43 | 43.19 | - |
| YUV | 105.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 177 | 0.32 | 0.53 | 0 | 0.31 | 264.26 | 0.38 | 0.51 |
| Hex | 79 | 53 | B1 | 20 | 35 | 0 | 1F | 108 | 26 | 33 |
| Octal | 171 | 123 | 261 | 40 | 65 | 0 | 37 | 410 | 46 | 63 |
| Binary | 1111001 | 1010011 | 10110001 | 100000 | 110101 | 0 | 11111 | 100001000 | 100110 | 110011 |
Color Harmonies of #7953B1
Complementary color
Monochromatic Colors of #7953B1
Black with #7953B1
Text Example
Text Example
White with #7953B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7953B1; }
p { color: rgb(121,83,177); }
H1.HeaderClassName
{
color: #7953B1;
}
.AnyTagClassName
{
color: #7953B1;
}
</style>
background-color css
<style>
a { background-color: #7953B1; }
a { background-color: rgb(121,83,177); }
div.DivClassName
{
background-color: #7953B1;
}
.BgClassName
{
background-color: #7953B1;
}
</style>
border-color css
<style>
span { border-color: #7953B1; }
span { border-color: rgb(121,83,177); }
td.TdClassName
{
border-color: #7953B1;
}
.TagClassName
{
border-color: #7953B1;
}
</style>