#8373bb

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

Shades of Moody Blue #8373BB

Tints of Moody Blue #8373BB

Color information

#8373BB (or 0x8373BB) is unknown color: approx Moody Blue. HEX triplet: 83, 73 and BB. RGB value is (131,115,187). Sum of RGB (Red+Green+Blue) = 131+115+187=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 115 (45.31% from 255 or 26.56% 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 #8373BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373BB is #7C8C44. Grayscale: #7F7F7F. Windows color (decimal): -8162373 or 12284803. OLE color: 12284803.

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

Color convert

RGB131115187-
CMYK0.300.3900.27
HSL253.33º34.62%59.22%-
HSV(B)253.33º38.5%73.33%-
XYZ24.4620.6749.72-
YUV127.99161.3130.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=30.25%
G=26.56%
B=43.19%

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
Decimal1311151870.300.3900.27253.3334.6259.22
Hex8373BB1E2701Bfd233b
Octal20316327336470333754373
Binary100000111110011101110111111010011101101111111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8373bb; }

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

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

<style>
 a { background-color: #8373bb; }

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

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

<style>
 span { border-color: #8373bb; }

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

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