#8472BB

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

Shades of Moody Blue #8472BB

Tints of Moody Blue #8472BB

Color information

#8472BB (or 0x8472BB) is unknown color: approx Moody Blue. HEX triplet: 84, 72 and BB. RGB value is (132,114,187). Sum of RGB (Red+Green+Blue) = 132+114+187=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #8472BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472BB is #7B8D44. Grayscale: #7F7F7F. Windows color (decimal): -8097093 or 12284548. OLE color: 12284548.

HSL color Cylindrical-coordinate representation of color #8472BB: hue angle of 254.79º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8472BB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132114187-
CMYK0.290.3900.27
HSL254.79º34.93%59.02%-
HSV(B)254.79º39.04%73.33%-
XYZ24.520.5349.68-
YUV127.7161.46131.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=30.48%
G=26.33%
B=43.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321141870.290.3900.27254.7934.9359.02
Hex8472BB1D2701Bff233b
Octal20416227335470333774373
Binary100001001110010101110111110110011101101111111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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