#8081BB

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

Shades of Moody Blue #8081BB

Tints of Moody Blue #8081BB

Color information

#8081BB (or 0x8081BB) is unknown color: approx Moody Blue. HEX triplet: 80, 81 and BB. RGB value is (128,129,187). Sum of RGB (Red+Green+Blue) = 128+129+187=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #8081BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8081BB is #7F7E44. Grayscale: #878787. Windows color (decimal): -8355397 or 12288384. OLE color: 12288384.

HSL color Cylindrical-coordinate representation of color #8081BB: hue angle of 238.98º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8081BB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128129187-
CMYK0.320.3100.27
HSL238.98º30.26%61.76%-
HSV(B)238.98º31.55%73.33%-
XYZ25.7223.8850.27-
YUV135.31157.17122.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=28.83%
G=29.05%
B=42.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281291870.320.3100.27238.9830.2661.76
Hex8081BB201F01Bef1e3e
Octal20020127340370333573676
Binary100000001000000110111011100000111110110111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8081BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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