Shades of Studio #7945BD
Tints of Studio #7945BD
RGB
CMYK
RGB Variations
Color information
#7945BD (or 0x7945BD) is known color: Studio. HEX triplet: 79, 45 and BD. RGB value is (121,69,189). Sum of RGB (Red+Green+Blue) = 121+69+189=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #7945BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7945BD is #86BA42. Grayscale: #616161. Windows color (decimal): -8829507 or 12404089. OLE color: 12404089.
HSL color Cylindrical-coordinate representation of color #7945BD: hue angle of 266º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7945BD is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 69 | 189 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.26 |
| HSL | 266º | 0.48% | 0.51% | - |
| HSV(B) | 266º | 0.63% | 0.74% | - |
| XYZ | 19.2 | 12 | 49.45 | - |
| YUV | 98.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 189 | 0.36 | 0.63 | 0 | 0.26 | 266 | 0.48 | 0.51 |
| Hex | 79 | 45 | BD | 24 | 3F | 0 | 1A | 10A | 30 | 33 |
| Octal | 171 | 105 | 275 | 44 | 77 | 0 | 32 | 412 | 60 | 63 |
| Binary | 1111001 | 1000101 | 10111101 | 100100 | 111111 | 0 | 11010 | 100001010 | 110000 | 110011 |
Color Harmonies of #7945BD
Complementary color
Monochromatic Colors of #7945BD
Black with #7945BD
Text Example
Text Example
White with #7945BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7945BD; }
p { color: rgb(121,69,189); }
H1.HeaderClassName
{
color: #7945BD;
}
.AnyTagClassName
{
color: #7945BD;
}
</style>
background-color css
<style>
a { background-color: #7945BD; }
a { background-color: rgb(121,69,189); }
div.DivClassName
{
background-color: #7945BD;
}
.BgClassName
{
background-color: #7945BD;
}
</style>
border-color css
<style>
span { border-color: #7945BD; }
span { border-color: rgb(121,69,189); }
td.TdClassName
{
border-color: #7945BD;
}
.TagClassName
{
border-color: #7945BD;
}
</style>