Shades of Studio #8045B4
Tints of Studio #8045B4
RGB
CMYK
RGB Variations
Color information
#8045B4 (or 0x8045B4) is known color: Studio. HEX triplet: 80, 45 and B4. RGB value is (128,69,180). Sum of RGB (Red+Green+Blue) = 128+69+180=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #8045B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045B4 is #7FBA4B. Grayscale: #626262. Windows color (decimal): -8370764 or 11814272. OLE color: 11814272.
HSL color Cylindrical-coordinate representation of color #8045B4: hue angle of 271.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8045B4 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 69 | 180 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.29 |
| HSL | 271.89º | 0.45% | 0.49% | - |
| HSV(B) | 271.89º | 0.62% | 0.71% | - |
| XYZ | 19.27 | 12.14 | 44.51 | - |
| YUV | 99.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 180 | 0.29 | 0.62 | 0 | 0.29 | 271.89 | 0.45 | 0.49 |
| Hex | 80 | 45 | B4 | 1D | 3E | 0 | 1D | 110 | 2D | 31 |
| Octal | 200 | 105 | 264 | 35 | 76 | 0 | 35 | 420 | 55 | 61 |
| Binary | 10000000 | 1000101 | 10110100 | 11101 | 111110 | 0 | 11101 | 100010000 | 101101 | 110001 |
Color Harmonies of #8045B4
Complementary color
Monochromatic Colors of #8045B4
Black with #8045B4
Text Example
Text Example
White with #8045B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045B4; }
p { color: rgb(128,69,180); }
H1.HeaderClassName
{
color: #8045B4;
}
.AnyTagClassName
{
color: #8045B4;
}
</style>
background-color css
<style>
a { background-color: #8045B4; }
a { background-color: rgb(128,69,180); }
div.DivClassName
{
background-color: #8045B4;
}
.BgClassName
{
background-color: #8045B4;
}
</style>
border-color css
<style>
span { border-color: #8045B4; }
span { border-color: rgb(128,69,180); }
td.TdClassName
{
border-color: #8045B4;
}
.TagClassName
{
border-color: #8045B4;
}
</style>