Shades of Studio #7946BD
Tints of Studio #7946BD
RGB
CMYK
RGB Variations
Color information
#7946BD (or 0x7946BD) is known color: Studio. HEX triplet: 79, 46 and BD. RGB value is (121,70,189). Sum of RGB (Red+Green+Blue) = 121+70+189=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #7946BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946BD is #86B942. Grayscale: #626262. Windows color (decimal): -8829251 or 12404345. OLE color: 12404345.
HSL color Cylindrical-coordinate representation of color #7946BD: hue angle of 265.71º degrees, saturation: 0.47, 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 #7946BD is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 70 | 189 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.26 |
| HSL | 265.71º | 0.47% | 0.51% | - |
| HSV(B) | 265.71º | 0.63% | 0.74% | - |
| XYZ | 19.26 | 12.12 | 49.47 | - |
| YUV | 98.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 189 | 0.36 | 0.63 | 0 | 0.26 | 265.71 | 0.47 | 0.51 |
| Hex | 79 | 46 | BD | 24 | 3F | 0 | 1A | 10A | 2F | 33 |
| Octal | 171 | 106 | 275 | 44 | 77 | 0 | 32 | 412 | 57 | 63 |
| Binary | 1111001 | 1000110 | 10111101 | 100100 | 111111 | 0 | 11010 | 100001010 | 101111 | 110011 |
Color Harmonies of #7946BD
Complementary color
Monochromatic Colors of #7946BD
Black with #7946BD
Text Example
Text Example
White with #7946BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7946BD; }
p { color: rgb(121,70,189); }
H1.HeaderClassName
{
color: #7946BD;
}
.AnyTagClassName
{
color: #7946BD;
}
</style>
background-color css
<style>
a { background-color: #7946BD; }
a { background-color: rgb(121,70,189); }
div.DivClassName
{
background-color: #7946BD;
}
.BgClassName
{
background-color: #7946BD;
}
</style>
border-color css
<style>
span { border-color: #7946BD; }
span { border-color: rgb(121,70,189); }
td.TdClassName
{
border-color: #7946BD;
}
.TagClassName
{
border-color: #7946BD;
}
</style>