#8177BD

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

Shades of Moody Blue #8177BD

Tints of Moody Blue #8177BD

Color information

#8177BD (or 0x8177BD) is unknown color: approx Moody Blue. HEX triplet: 81, 77 and BD. RGB value is (129,119,189). Sum of RGB (Red+Green+Blue) = 129+119+189=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #8177BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177BD is #7E8842. Grayscale: #818181. Windows color (decimal): -8292419 or 12416897. OLE color: 12416897.

HSL color Cylindrical-coordinate representation of color #8177BD: hue angle of 248.57º degrees, saturation: 0.35, 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 #8177BD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129119189-
CMYK0.320.3700.26
HSL248.57º34.65%60.39%-
HSV(B)248.57º37.04%74.12%-
XYZ24.8421.5350.99-
YUV129.97161.31127.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=29.52%
G=27.23%
B=43.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291191890.320.3700.26248.5734.6560.39
Hex8177BD202501Af9233c
Octal20116727540450323714374
Binary1000000111101111011110110000010010101101011111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8177BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8177BD; }

 p { color: rgb(129,119,189); }

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

<style>
 a { background-color: #8177BD; }

 a { background-color: rgb(129,119,189); }

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

<style>
 span { border-color: #8177BD; }

 span { border-color: rgb(129,119,189); }

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