#8373CD

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

Shades of Moody Blue #8373CD

Tints of Moody Blue #8373CD

Color information

#8373CD (or 0x8373CD) is unknown color: approx Moody Blue. HEX triplet: 83, 73 and CD. RGB value is (131,115,205). Sum of RGB (Red+Green+Blue) = 131+115+205=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #8373CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373CD is #7C8C32. Grayscale: #818181. Windows color (decimal): -8162355 or 13464451. OLE color: 13464451.

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

Color convert

RGB131115205-
CMYK0.360.4400.20
HSL250.67º47.37%62.75%-
HSV(B)250.67º43.9%80.39%-
XYZ26.5121.4960.51-
YUV130.04170.3128.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.05%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=29.05%
G=25.50%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311152050.360.4400.20250.6747.3762.75
Hex8373CD242C014fb2f3f
Octal20316331544540243735777
Binary1000001111100111100110110010010110001010011111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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