#8081BE

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

Shades of Moody Blue #8081BE

Tints of Moody Blue #8081BE

Color information

#8081BE (or 0x8081BE) is unknown color: approx Moody Blue. HEX triplet: 80, 81 and BE. RGB value is (128,129,190). Sum of RGB (Red+Green+Blue) = 128+129+190=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8081BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BE is #7F7E41. Grayscale: #878787. Windows color (decimal): -8355394 or 12484992. OLE color: 12484992.

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

Color convert

RGB128129190-
CMYK0.330.3200.25
HSL239.03º32.29%62.35%-
HSV(B)239.03º32.63%74.51%-
XYZ26.0524.0151.98-
YUV135.66158.67122.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=28.64%
G=28.86%
B=42.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281291900.330.3200.25239.0332.2962.35
Hex8081BE2120019ef203e
Octal20020127641400313574076
Binary10000000100000011011111010000110000001100111101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8081BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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