#8483DD

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

Shades of Moody Blue #8483DD

Tints of Moody Blue #8483DD

Color information

#8483DD (or 0x8483DD) is unknown color: approx Moody Blue. HEX triplet: 84, 83 and DD. RGB value is (132,131,221). Sum of RGB (Red+Green+Blue) = 132+131+221=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8483DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483DD is #7B7C22. Grayscale: #8D8D8D. Windows color (decimal): -8092707 or 14517124. OLE color: 14517124.

HSL color Cylindrical-coordinate representation of color #8483DD: hue angle of 240.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8483DD is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132131221-
CMYK0.400.4100.13
HSL240.67º56.96%69.02%-
HSV(B)240.67º40.72%86.67%-
XYZ30.6826.3671.88-
YUV141.56172.83121.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.27%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=27.27%
G=27.07%
B=45.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321312210.400.4100.13240.6756.9669.02
Hex8483DD28290Df13945
Octal204203335505101536171105
Binary10000100100000111101110110100010100101101111100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8483DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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