#8176BC

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

Shades of Moody Blue #8176BC

Tints of Moody Blue #8176BC

Color information

#8176BC (or 0x8176BC) is unknown color: approx Moody Blue. HEX triplet: 81, 76 and BC. RGB value is (129,118,188). Sum of RGB (Red+Green+Blue) = 129+118+188=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8176BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176BC is #7E8943. Grayscale: #818181. Windows color (decimal): -8292676 or 12351105. OLE color: 12351105.

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

Color convert

RGB129118188-
CMYK0.310.3700.26
HSL249.43º34.31%60%-
HSV(B)249.43º37.23%73.73%-
XYZ24.6121.2550.38-
YUV129.27161.14127.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=29.66%
G=27.13%
B=43.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291181880.310.3700.26249.4334.3160
Hex8176BC1F2501Af9223c
Octal20116627437450323714274
Binary100000011110110101111001111110010101101011111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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