Shades of Studio #8039B4
Tints of Studio #8039B4
RGB
CMYK
RGB Variations
Color information
#8039B4 (or 0x8039B4) is known color: Studio. HEX triplet: 80, 39 and B4. RGB value is (128,57,180). Sum of RGB (Red+Green+Blue) = 128+57+180=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #8039B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039B4 is #7FC64B. Grayscale: #5B5B5B. Windows color (decimal): -8373836 or 11811200. OLE color: 11811200.
HSL color Cylindrical-coordinate representation of color #8039B4: hue angle of 274.63º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8039B4 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 57 | 180 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.29 |
| HSL | 274.63º | 0.52% | 0.46% | - |
| HSV(B) | 274.63º | 0.68% | 0.71% | - |
| XYZ | 18.6 | 10.81 | 44.29 | - |
| YUV | 92.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 180 | 0.29 | 0.68 | 0 | 0.29 | 274.63 | 0.52 | 0.46 |
| Hex | 80 | 39 | B4 | 1D | 44 | 0 | 1D | 113 | 34 | 2E |
| Octal | 200 | 71 | 264 | 35 | 104 | 0 | 35 | 423 | 64 | 56 |
| Binary | 10000000 | 111001 | 10110100 | 11101 | 1000100 | 0 | 11101 | 100010011 | 110100 | 101110 |
Color Harmonies of #8039B4
Complementary color
Monochromatic Colors of #8039B4
Black with #8039B4
Text Example
Text Example
White with #8039B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039B4; }
p { color: rgb(128,57,180); }
H1.HeaderClassName
{
color: #8039B4;
}
.AnyTagClassName
{
color: #8039B4;
}
</style>
background-color css
<style>
a { background-color: #8039B4; }
a { background-color: rgb(128,57,180); }
div.DivClassName
{
background-color: #8039B4;
}
.BgClassName
{
background-color: #8039B4;
}
</style>
border-color css
<style>
span { border-color: #8039B4; }
span { border-color: rgb(128,57,180); }
td.TdClassName
{
border-color: #8039B4;
}
.TagClassName
{
border-color: #8039B4;
}
</style>