#8373C9

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

Shades of Moody Blue #8373C9

Tints of Moody Blue #8373C9

Color information

#8373C9 (or 0x8373C9) is unknown color: approx Moody Blue. HEX triplet: 83, 73 and C9. RGB value is (131,115,201). Sum of RGB (Red+Green+Blue) = 131+115+201=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #8373C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373C9 is #7C8C36. Grayscale: #818181. Windows color (decimal): -8162359 or 13202307. OLE color: 13202307.

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

Color convert

RGB131115201-
CMYK0.350.4300.21
HSL251.16º44.33%61.96%-
HSV(B)251.16º42.79%78.82%-
XYZ26.0321.358-
YUV129.59168.3129.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=29.31%
G=25.73%
B=44.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311152010.350.4300.21251.1644.3361.96
Hex8373C9232B015fb2c3e
Octal20316331143530253735476
Binary1000001111100111100100110001110101101010111111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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