#8472BE

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

Shades of Moody Blue #8472BE

Tints of Moody Blue #8472BE

Color information

#8472BE (or 0x8472BE) is unknown color: approx Moody Blue. HEX triplet: 84, 72 and BE. RGB value is (132,114,190). Sum of RGB (Red+Green+Blue) = 132+114+190=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8472BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472BE is #7B8D41. Grayscale: #7F7F7F. Windows color (decimal): -8097090 or 12481156. OLE color: 12481156.

HSL color Cylindrical-coordinate representation of color #8472BE: hue angle of 254.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8472BE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132114190-
CMYK0.310.4000.25
HSL254.21º36.89%59.61%-
HSV(B)254.21º40%74.51%-
XYZ24.8320.6651.39-
YUV128.05162.96130.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=30.28%
G=26.15%
B=43.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321141900.310.4000.25254.2136.8959.61
Hex8472BE1F28019fe253c
Octal20416227637500313764574
Binary100001001110010101111101111110100001100111111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,114,190); }

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

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

 a { background-color: rgb(132,114,190); }

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

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

 span { border-color: rgb(132,114,190); }

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