#8172B8

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

Shades of Moody Blue #8172B8

Tints of Moody Blue #8172B8

Color information

#8172B8 (or 0x8172B8) is unknown color: approx Moody Blue. HEX triplet: 81, 72 and B8. RGB value is (129,114,184). Sum of RGB (Red+Green+Blue) = 129+114+184=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #8172B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172B8 is #7E8D47. Grayscale: #7E7E7E. Windows color (decimal): -8293704 or 12087937. OLE color: 12087937.

HSL color Cylindrical-coordinate representation of color #8172B8: hue angle of 252.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8172B8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB129114184-
CMYK0.300.3800.28
HSL252.86º33.02%58.43%-
HSV(B)252.86º38.04%72.16%-
XYZ23.7220.1647.99-
YUV126.46160.47129.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=30.21%
G=26.70%
B=43.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291141840.300.3800.28252.8633.0258.43
Hex8172B81E2601Cfd213a
Octal20116227036460343754172
Binary100000011110010101110001111010011001110011111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8172B8; }

 p { color: rgb(129,114,184); }

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

<style>
 a { background-color: #8172B8; }

 a { background-color: rgb(129,114,184); }

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

<style>
 span { border-color: #8172B8; }

 span { border-color: rgb(129,114,184); }

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