#8484BF

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

Shades of Moody Blue #8484BF

Tints of Moody Blue #8484BF

Color information

#8484BF (or 0x8484BF) is unknown color: approx Moody Blue. HEX triplet: 84, 84 and BF. RGB value is (132,132,191). Sum of RGB (Red+Green+Blue) = 132+132+191=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #8484BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484BF is #7B7B40. Grayscale: #8A8A8A. Windows color (decimal): -8092481 or 12551300. OLE color: 12551300.

HSL color Cylindrical-coordinate representation of color #8484BF: hue angle of 240º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8484BF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132132191-
CMYK0.310.3100.25
HSL240º31.55%63.33%-
HSV(B)240º30.89%74.9%-
XYZ27.1725.1752.72-
YUV138.73157.5123.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 191 (75% from 255) = 41.98%
R=29.01%
G=29.01%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321321910.310.3100.2524031.5563.33
Hex8484BF1F1F019f0203f
Octal20420427737370313604077
Binary100001001000010010111111111111111101100111110000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8484BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8484BF; }

 p { color: rgb(132,132,191); }

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

<style>
 a { background-color: #8484BF; }

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

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

<style>
 span { border-color: #8484BF; }

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

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