#8373BE

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

Shades of Moody Blue #8373BE

Tints of Moody Blue #8373BE

Color information

#8373BE (or 0x8373BE) is unknown color: approx Moody Blue. HEX triplet: 83, 73 and BE. RGB value is (131,115,190). Sum of RGB (Red+Green+Blue) = 131+115+190=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 115 (45.31% from 255 or 26.38% 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 #8373BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373BE is #7C8C41. Grayscale: #808080. Windows color (decimal): -8162370 or 12481411. OLE color: 12481411.

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

Color convert

RGB131115190-
CMYK0.310.3900.25
HSL252.8º36.59%59.8%-
HSV(B)252.8º39.47%74.51%-
XYZ24.7920.851.42-
YUV128.33162.8129.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=30.05%
G=26.38%
B=43.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311151900.310.3900.25252.836.5959.8
Hex8373BE1F27019fd253c
Octal20316327637470313754574
Binary100000111110011101111101111110011101100111111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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