#8A80BF

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

Shades of Moody Blue #8A80BF

Tints of Moody Blue #8A80BF

Color information

#8A80BF (or 0x8A80BF) is unknown color: approx Moody Blue. HEX triplet: 8A, 80 and BF. RGB value is (138,128,191). Sum of RGB (Red+Green+Blue) = 138+128+191=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80BF is #757F40. Grayscale: #898989. Windows color (decimal): -7700289 or 12550282. OLE color: 12550282.

HSL color Cylindrical-coordinate representation of color #8A80BF: hue angle of 249.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A80BF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138128191-
CMYK0.280.3300.25
HSL249.52º32.98%62.55%-
HSV(B)249.52º32.98%74.9%-
XYZ27.624.652.58-
YUV138.17157.81127.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 191 (75% from 255) = 41.79%
R=30.20%
G=28.01%
B=41.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381281910.280.3300.25249.5232.9862.55
Hex8A80BF1C21019fa213f
Octal21220027734410313724177
Binary1000101010000000101111111110010000101100111111010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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