#8A80C4

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

Shades of Moody Blue #8A80C4

Tints of Moody Blue #8A80C4

Color information

#8A80C4 (or 0x8A80C4) is unknown color: approx Moody Blue. HEX triplet: 8A, 80 and C4. RGB value is (138,128,196). Sum of RGB (Red+Green+Blue) = 138+128+196=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A80C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80C4 is #757F3B. Grayscale: #8A8A8A. Windows color (decimal): -7700284 or 12877962. OLE color: 12877962.

HSL color Cylindrical-coordinate representation of color #8A80C4: hue angle of 248.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A80C4 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB138128196-
CMYK0.300.3500.23
HSL248.82º36.56%63.53%-
HSV(B)248.82º34.69%76.86%-
XYZ28.1624.8355.53-
YUV138.74160.31127.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 196 (76.95% from 255) = 42.42%
R=29.87%
G=27.71%
B=42.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381281960.300.3500.23248.8236.5663.53
Hex8A80C41E23017f92540
Octal212200304364302737145100
Binary10001010100000001100010011110100011010111111110011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A80C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A80C4; }

 p { color: rgb(138,128,196); }

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

<style>
 a { background-color: #8A80C4; }

 a { background-color: rgb(138,128,196); }

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

<style>
 span { border-color: #8A80C4; }

 span { border-color: rgb(138,128,196); }

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