#8081DE

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

Shades of Moody Blue #8081DE

Tints of Moody Blue #8081DE

Color information

#8081DE (or 0x8081DE) is unknown color: approx Moody Blue. HEX triplet: 80, 81 and DE. RGB value is (128,129,222). Sum of RGB (Red+Green+Blue) = 128+129+222=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #8081DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081DE is #7F7E21. Grayscale: #8A8A8A. Windows color (decimal): -8355362 or 14582144. OLE color: 14582144.

HSL color Cylindrical-coordinate representation of color #8081DE: hue angle of 239.36º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8081DE is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128129222-
CMYK0.420.4200.13
HSL239.36º58.75%68.63%-
HSV(B)239.36º42.34%87.06%-
XYZ29.9425.5672.46-
YUV139.3174.67119.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=26.72%
G=26.93%
B=46.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281292220.420.4200.13239.3658.7568.63
Hex8081DE2A2A0Def3b45
Octal200201336525201535773105
Binary10000000100000011101111010101010101001101111011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8081DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8081DE; }

 p { color: rgb(128,129,222); }

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

<style>
 a { background-color: #8081DE; }

 a { background-color: rgb(128,129,222); }

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

<style>
 span { border-color: #8081DE; }

 span { border-color: rgb(128,129,222); }

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