#8176BB

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

Shades of Moody Blue #8176BB

Tints of Moody Blue #8176BB

Color information

#8176BB (or 0x8176BB) is unknown color: approx Moody Blue. HEX triplet: 81, 76 and BB. RGB value is (129,118,187). Sum of RGB (Red+Green+Blue) = 129+118+187=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #8176BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176BB is #7E8944. Grayscale: #808080. Windows color (decimal): -8292677 or 12285569. OLE color: 12285569.

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

Color convert

RGB129118187-
CMYK0.310.3700.27
HSL249.57º33.66%59.8%-
HSV(B)249.57º36.9%73.33%-
XYZ24.521.2149.82-
YUV129.16160.64127.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=29.72%
G=27.19%
B=43.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291181870.310.3700.27249.5733.6659.8
Hex8176BB1F2501Bfa223c
Octal20116627337450333724274
Binary100000011110110101110111111110010101101111111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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