#8473C9

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

Shades of Moody Blue #8473C9

Tints of Moody Blue #8473C9

Color information

#8473C9 (or 0x8473C9) is unknown color: approx Moody Blue. HEX triplet: 84, 73 and C9. RGB value is (132,115,201). Sum of RGB (Red+Green+Blue) = 132+115+201=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #8473C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473C9 is #7B8C36. Grayscale: #818181. Windows color (decimal): -8096823 or 13202308. OLE color: 13202308.

HSL color Cylindrical-coordinate representation of color #8473C9: hue angle of 251.86º 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 #8473C9 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132115201-
CMYK0.340.4300.21
HSL251.86º44.33%61.96%-
HSV(B)251.86º42.79%78.82%-
XYZ26.1921.3858.01-
YUV129.89168.13129.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=29.46%
G=25.67%
B=44.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321152010.340.4300.21251.8644.3361.96
Hex8473C9222B015fc2c3e
Octal20416331142530253745476
Binary1000010011100111100100110001010101101010111111100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8473C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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