Shades of Studio #803EBC
Tints of Studio #803EBC
RGB
CMYK
RGB Variations
Color information
#803EBC (or 0x803EBC) is known color: Studio. HEX triplet: 80, 3E and BC. RGB value is (128,62,188). Sum of RGB (Red+Green+Blue) = 128+62+188=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #803EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EBC is #7FC143. Grayscale: #5F5F5F. Windows color (decimal): -8372548 or 12336768. OLE color: 12336768.
HSL color Cylindrical-coordinate representation of color #803EBC: hue angle of 271.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803EBC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 62 | 188 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.26 |
| HSL | 271.43º | 0.5% | 0.49% | - |
| HSV(B) | 271.43º | 0.67% | 0.74% | - |
| XYZ | 19.7 | 11.67 | 48.79 | - |
| YUV | 96.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 188 | 0.32 | 0.67 | 0 | 0.26 | 271.43 | 0.5 | 0.49 |
| Hex | 80 | 3E | BC | 20 | 43 | 0 | 1A | 10F | 32 | 31 |
| Octal | 200 | 76 | 274 | 40 | 103 | 0 | 32 | 417 | 62 | 61 |
| Binary | 10000000 | 111110 | 10111100 | 100000 | 1000011 | 0 | 11010 | 100001111 | 110010 | 110001 |
Color Harmonies of #803EBC
Complementary color
Monochromatic Colors of #803EBC
Black with #803EBC
Text Example
Text Example
White with #803EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EBC; }
p { color: rgb(128,62,188); }
H1.HeaderClassName
{
color: #803EBC;
}
.AnyTagClassName
{
color: #803EBC;
}
</style>
background-color css
<style>
a { background-color: #803EBC; }
a { background-color: rgb(128,62,188); }
div.DivClassName
{
background-color: #803EBC;
}
.BgClassName
{
background-color: #803EBC;
}
</style>
border-color css
<style>
span { border-color: #803EBC; }
span { border-color: rgb(128,62,188); }
td.TdClassName
{
border-color: #803EBC;
}
.TagClassName
{
border-color: #803EBC;
}
</style>