#8380AE

Color #8380AE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8380AE

Tints of Moody Blue #8380AE

Color information

#8380AE (or 0x8380AE) is unknown color: approx Moody Blue. HEX triplet: 83, 80 and AE. RGB value is (131,128,174). Sum of RGB (Red+Green+Blue) = 131+128+174=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #8380AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8380AE is #7C7F51. Grayscale: #858585. Windows color (decimal): -8159058 or 11436163. OLE color: 11436163.

HSL color Cylindrical-coordinate representation of color #8380AE: hue angle of 243.91º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8380AE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131128174-
CMYK0.250.2600.32
HSL243.91º22.12%59.22%-
HSV(B)243.91º26.44%68.24%-
XYZ24.7223.3243.24-
YUV134.14150.49125.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=30.25%
G=29.56%
B=40.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311281740.250.2600.32243.9122.1259.22
Hex8380AE191A020f4163b
Octal20320025631320403642673
Binary100000111000000010101110110011101001000001111010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8380AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8380AE; }

 p { color: rgb(131,128,174); }

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

<style>
 a { background-color: #8380AE; }

 a { background-color: rgb(131,128,174); }

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

<style>
 span { border-color: #8380AE; }

 span { border-color: rgb(131,128,174); }

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