#8483BD

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

Shades of Moody Blue #8483BD

Tints of Moody Blue #8483BD

Color information

#8483BD (or 0x8483BD) is unknown color: approx Moody Blue. HEX triplet: 84, 83 and BD. RGB value is (132,131,189). Sum of RGB (Red+Green+Blue) = 132+131+189=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #8483BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483BD is #7B7C42. Grayscale: #898989. Windows color (decimal): -8092739 or 12419972. OLE color: 12419972.

HSL color Cylindrical-coordinate representation of color #8483BD: hue angle of 241.03º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8483BD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132131189-
CMYK0.300.3100.26
HSL241.03º30.53%62.75%-
HSV(B)241.03º30.69%74.12%-
XYZ26.8224.8151.52-
YUV137.91156.83123.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=29.20%
G=28.98%
B=41.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321311890.300.3100.26241.0330.5362.75
Hex8483BD1E1F01Af11f3f
Octal20420327536370323613777
Binary10000100100000111011110111110111110110101111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8483BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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