#8373CB

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

Shades of Moody Blue #8373CB

Tints of Moody Blue #8373CB

Color information

#8373CB (or 0x8373CB) is unknown color: approx Moody Blue. HEX triplet: 83, 73 and CB. RGB value is (131,115,203). Sum of RGB (Red+Green+Blue) = 131+115+203=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8373CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373CB is #7C8C34. Grayscale: #818181. Windows color (decimal): -8162357 or 13333379. OLE color: 13333379.

HSL color Cylindrical-coordinate representation of color #8373CB: hue angle of 250.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8373CB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131115203-
CMYK0.350.4300.20
HSL250.91º45.83%62.35%-
HSV(B)250.91º43.35%79.61%-
XYZ26.2721.459.25-
YUV129.82169.3128.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=29.18%
G=25.61%
B=45.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311152030.350.4300.20250.9145.8362.35
Hex8373CB232B014fb2e3e
Octal20316331343530243735676
Binary1000001111100111100101110001110101101010011111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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