#8372CC

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

Shades of Moody Blue #8372CC

Tints of Moody Blue #8372CC

Color information

#8372CC (or 0x8372CC) is unknown color: approx Moody Blue. HEX triplet: 83, 72 and CC. RGB value is (131,114,204). Sum of RGB (Red+Green+Blue) = 131+114+204=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8372CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372CC is #7C8D33. Grayscale: #818181. Windows color (decimal): -8162612 or 13398659. OLE color: 13398659.

HSL color Cylindrical-coordinate representation of color #8372CC: hue angle of 251.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8372CC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131114204-
CMYK0.360.4400.2
HSL251.33º46.88%62.35%-
HSV(B)251.33º44.12%80%-
XYZ26.2821.2259.84-
YUV129.34170.13129.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=29.18%
G=25.39%
B=45.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311142040.360.4400.2251.3346.8862.35
Hex8372CC242C014fb2f3e
Octal20316231444540243735776
Binary1000001111100101100110010010010110001010011111011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8372CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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