#8483dc

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

Shades of Moody Blue #8483DC

Tints of Moody Blue #8483DC

Color information

#8483DC (or 0x8483DC) is unknown color: approx Moody Blue. HEX triplet: 84, 83 and DC. RGB value is (132,131,220). Sum of RGB (Red+Green+Blue) = 132+131+220=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8483DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8483DC is #7B7C23. Grayscale: #8D8D8D. Windows color (decimal): -8092708 or 14451588. OLE color: 14451588.

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

Color convert

RGB132131220-
CMYK0.400.4000.14
HSL240.67º55.97%68.82%-
HSV(B)240.67º40.45%86.27%-
XYZ30.5526.3171.18-
YUV141.44172.33121.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=27.33%
G=27.12%
B=45.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321312200.400.4000.14240.6755.9768.82
Hex8483DC28280Ef13845
Octal204203334505001636170105
Binary10000100100000111101110010100010100001110111100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8483dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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