#8179BE

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

Shades of Moody Blue #8179BE

Tints of Moody Blue #8179BE

Color information

#8179BE (or 0x8179BE) is unknown color: approx Moody Blue. HEX triplet: 81, 79 and BE. RGB value is (129,121,190). Sum of RGB (Red+Green+Blue) = 129+121+190=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8179BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8179BE is #7E8641. Grayscale: #828282. Windows color (decimal): -8291906 or 12482945. OLE color: 12482945.

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

Color convert

RGB129121190-
CMYK0.320.3600.25
HSL246.96º34.67%60.98%-
HSV(B)246.96º36.32%74.51%-
XYZ25.1822.0651.65-
YUV131.26161.15126.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=29.32%
G=27.5%
B=43.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291211900.320.3600.25246.9634.6760.98
Hex8179BE2024019f7233d
Octal20117127640440313674375
Binary1000000111110011011111010000010010001100111110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8179BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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