#8A80DF

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

Shades of Moody Blue #8A80DF

Tints of Moody Blue #8A80DF

Color information

#8A80DF (or 0x8A80DF) is unknown color: approx Moody Blue. HEX triplet: 8A, 80 and DF. RGB value is (138,128,223). Sum of RGB (Red+Green+Blue) = 138+128+223=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A80DF is #757F20. Grayscale: #8D8D8D. Windows color (decimal): -7700257 or 14647434. OLE color: 14647434.

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

Color convert

RGB138128223-
CMYK0.380.4300.13
HSL246.32º59.75%68.82%-
HSV(B)246.32º42.6%87.45%-
XYZ31.5226.1773.2-
YUV141.82173.81125.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 223 (87.5% from 255) = 45.60%
R=28.22%
G=26.18%
B=45.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381282230.380.4300.13246.3259.7568.82
Hex8A80DF262B0Df63c45
Octal212200337465301536674105
Binary10001010100000001101111110011010101101101111101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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