#80479D

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

Shades of Studio #80479D

Tints of Studio #80479D

Color information

#80479D (or 0x80479D) is unknown color: approx Studio. HEX triplet: 80, 47 and 9D. RGB value is (128,71,157). Sum of RGB (Red+Green+Blue) = 128+71+157=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #80479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80479D is #7FB862. Grayscale: #616161. Windows color (decimal): -8370275 or 10307456. OLE color: 10307456.

HSL color Cylindrical-coordinate representation of color #80479D: hue angle of 279.77º 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 #80479D is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12871157-
CMYK0.180.5500.38
HSL279.77º37.72%44.71%-
HSV(B)279.77º54.78%61.57%-
XYZ17.2411.5333.22-
YUV97.85161.38149.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=35.96%
G=19.94%
B=44.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128711570.180.5500.38279.7737.7244.71
Hex80479D1237026118262d
Octal20010723522670464304655
Binary10000000100011110011101100101101110100110100011000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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