#8483B4

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

Shades of Moody Blue #8483B4

Tints of Moody Blue #8483B4

Color information

#8483B4 (or 0x8483B4) is unknown color: approx Moody Blue. HEX triplet: 84, 83 and B4. RGB value is (132,131,180). Sum of RGB (Red+Green+Blue) = 132+131+180=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #8483B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483B4 is #7B7C4B. Grayscale: #888888. Windows color (decimal): -8092748 or 11830148. OLE color: 11830148.

HSL color Cylindrical-coordinate representation of color #8483B4: hue angle of 241.22º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8483B4 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132131180-
CMYK0.270.2700.29
HSL241.22º24.62%60.98%-
HSV(B)241.22º27.22%70.59%-
XYZ25.8724.4346.53-
YUV136.88152.33124.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=29.80%
G=29.57%
B=40.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321311800.270.2700.29241.2224.6260.98
Hex8483B41B1B01Df1193d
Octal20420326433330353613175
Binary10000100100000111011010011011110110111011111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8483B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8483B4; }

 p { color: rgb(132,131,180); }

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

<style>
 a { background-color: #8483B4; }

 a { background-color: rgb(132,131,180); }

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

<style>
 span { border-color: #8483B4; }

 span { border-color: rgb(132,131,180); }

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