#8372BB

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

Shades of Moody Blue #8372BB

Tints of Moody Blue #8372BB

Color information

#8372BB (or 0x8372BB) is unknown color: approx Moody Blue. HEX triplet: 83, 72 and BB. RGB value is (131,114,187). Sum of RGB (Red+Green+Blue) = 131+114+187=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #8372BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372BB is #7C8D44. Grayscale: #7F7F7F. Windows color (decimal): -8162629 or 12284547. OLE color: 12284547.

HSL color Cylindrical-coordinate representation of color #8372BB: hue angle of 253.97º 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 #8372BB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131114187-
CMYK0.300.3900.27
HSL253.97º34.93%59.02%-
HSV(B)253.97º39.04%73.33%-
XYZ24.3520.4549.68-
YUV127.4161.63130.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=30.32%
G=26.39%
B=43.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311141870.300.3900.27253.9734.9359.02
Hex8372BB1E2701Bfe233b
Octal20316227336470333764373
Binary100000111110010101110111111010011101101111111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8372BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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