#8372CB

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

Shades of Moody Blue #8372CB

Tints of Moody Blue #8372CB

Color information

#8372CB (or 0x8372CB) is unknown color: approx Moody Blue. HEX triplet: 83, 72 and CB. RGB value is (131,114,203). Sum of RGB (Red+Green+Blue) = 131+114+203=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #8372CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372CB is #7C8D34. Grayscale: #808080. Windows color (decimal): -8162613 or 13333123. OLE color: 13333123.

HSL color Cylindrical-coordinate representation of color #8372CB: hue angle of 251.46º degrees, saturation: 0.46, 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 #8372CB is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131114203-
CMYK0.350.4400.20
HSL251.46º46.11%62.16%-
HSV(B)251.46º43.84%79.61%-
XYZ26.1621.1759.21-
YUV129.23169.63129.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=29.24%
G=25.45%
B=45.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311142030.350.4400.20251.4646.1162.16
Hex8372CB232C014fb2e3e
Octal20316231343540243735676
Binary1000001111100101100101110001110110001010011111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8372CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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