#8A80DD

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

Shades of Moody Blue #8A80DD

Tints of Moody Blue #8A80DD

Color information

#8A80DD (or 0x8A80DD) is unknown color: approx Moody Blue. HEX triplet: 8A, 80 and DD. RGB value is (138,128,221). Sum of RGB (Red+Green+Blue) = 138+128+221=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80DD is #757F22. Grayscale: #8D8D8D. Windows color (decimal): -7700259 or 14516362. OLE color: 14516362.

HSL color Cylindrical-coordinate representation of color #8A80DD: hue angle of 246.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A80DD is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138128221-
CMYK0.380.4200.13
HSL246.45º57.76%68.43%-
HSV(B)246.45º42.08%86.67%-
XYZ31.2526.0671.79-
YUV141.59172.81125.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=28.34%
G=26.28%
B=45.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381282210.380.4200.13246.4557.7668.43
Hex8A80DD262A0Df63a44
Octal212200335465201536672104
Binary10001010100000001101110110011010101001101111101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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