#8B80B4

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

Shades of Moody Blue #8B80B4

Tints of Moody Blue #8B80B4

Color information

#8B80B4 (or 0x8B80B4) is unknown color: approx Moody Blue. HEX triplet: 8B, 80 and B4. RGB value is (139,128,180). Sum of RGB (Red+Green+Blue) = 139+128+180=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80B4 is #747F4B. Grayscale: #898989. Windows color (decimal): -7634764 or 11829387. OLE color: 11829387.

HSL color Cylindrical-coordinate representation of color #8B80B4: hue angle of 252.69º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B80B4 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139128180-
CMYK0.230.2900.29
HSL252.69º25.74%60.39%-
HSV(B)252.69º28.89%70.59%-
XYZ26.624.2246.45-
YUV137.22152.14129.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=31.10%
G=28.64%
B=40.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391281800.230.2900.29252.6925.7460.39
Hex8B80B4171D01Dfd1a3c
Octal21320026427350353753274
Binary10001011100000001011010010111111010111011111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,180); }

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

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

 a { background-color: rgb(139,128,180); }

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

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

 span { border-color: rgb(139,128,180); }

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