#8081BF

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

Shades of Moody Blue #8081BF

Tints of Moody Blue #8081BF

Color information

#8081BF (or 0x8081BF) is unknown color: approx Moody Blue. HEX triplet: 80, 81 and BF. RGB value is (128,129,191). Sum of RGB (Red+Green+Blue) = 128+129+191=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #8081BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BF is #7F7E40. Grayscale: #878787. Windows color (decimal): -8355393 or 12550528. OLE color: 12550528.

HSL color Cylindrical-coordinate representation of color #8081BF: hue angle of 239.05º 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 #8081BF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128129191-
CMYK0.330.3200.25
HSL239.05º32.98%62.55%-
HSV(B)239.05º32.98%74.9%-
XYZ26.1624.0552.55-
YUV135.77159.17122.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 191 (75% from 255) = 42.63%
R=28.57%
G=28.79%
B=42.63%

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
Decimal1281291910.330.3200.25239.0532.9862.55
Hex8081BF2120019ef213f
Octal20020127741400313574177
Binary10000000100000011011111110000110000001100111101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8081BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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