#80479E

Color #80479E Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #80479E

Tints of Studio #80479E

Color information

#80479E (or 0x80479E) is unknown color: approx Studio. HEX triplet: 80, 47 and 9E. RGB value is (128,71,158). Sum of RGB (Red+Green+Blue) = 128+71+158=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #80479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80479E is #7FB861. Grayscale: #616161. Windows color (decimal): -8370274 or 10372992. OLE color: 10372992.

HSL color Cylindrical-coordinate representation of color #80479E: hue angle of 279.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80479E is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12871158-
CMYK0.190.5500.38
HSL279.31º37.99%44.9%-
HSV(B)279.31º55.06%61.96%-
XYZ17.3311.5633.67-
YUV97.96161.88149.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=35.85%
G=19.89%
B=44.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128711580.190.5500.38279.3137.9944.9
Hex80479E1337026117262d
Octal20010723623670464274655
Binary10000000100011110011110100111101110100110100010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80479E; }

 p { color: rgb(128,71,158); }

 H1.HeaderClassName
 {
   color: #80479E;
 }
 .AnyTagClassName
 {
   color: #80479E;
 }
</style>
background-color css

<style>
 a { background-color: #80479E; }

 a { background-color: rgb(128,71,158); }

 div.DivClassName
 {
   background-color: #80479E;
 }
 .BgClassName
 {
   background-color: #80479E;
 }
</style>
border-color css

<style>
 span { border-color: #80479E; }

 span { border-color: rgb(128,71,158); }

 td.TdClassName
 {
   border-color: #80479E;
 }
 .TagClassName
 {
   border-color: #80479E;
 }
</style>