#8176BE

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

Shades of Moody Blue #8176BE

Tints of Moody Blue #8176BE

Color information

#8176BE (or 0x8176BE) is unknown color: approx Moody Blue. HEX triplet: 81, 76 and BE. RGB value is (129,118,190). Sum of RGB (Red+Green+Blue) = 129+118+190=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #8176BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176BE is #7E8941. Grayscale: #818181. Windows color (decimal): -8292674 or 12482177. OLE color: 12482177.

HSL color Cylindrical-coordinate representation of color #8176BE: hue angle of 249.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8176BE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129118190-
CMYK0.320.3800.25
HSL249.17º35.64%60.39%-
HSV(B)249.17º37.89%74.51%-
XYZ24.8321.3451.53-
YUV129.5162.14127.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=29.52%
G=27.00%
B=43.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291181900.320.3800.25249.1735.6460.39
Hex8176BE2026019f9243c
Octal20116627640460313714474
Binary1000000111101101011111010000010011001100111111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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