#8485BF

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

Shades of Moody Blue #8485BF

Tints of Moody Blue #8485BF

Color information

#8485BF (or 0x8485BF) is unknown color: approx Moody Blue. HEX triplet: 84, 85 and BF. RGB value is (132,133,191). Sum of RGB (Red+Green+Blue) = 132+133+191=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #8485BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485BF is #7B7A40. Grayscale: #8B8B8B. Windows color (decimal): -8092225 or 12551556. OLE color: 12551556.

HSL color Cylindrical-coordinate representation of color #8485BF: hue angle of 238.98º 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 #8485BF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132133191-
CMYK0.310.3000.25
HSL238.98º31.55%63.33%-
HSV(B)238.98º30.89%74.9%-
XYZ27.3125.4452.76-
YUV139.31157.17122.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.95%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 191 (75% from 255) = 41.89%
R=28.95%
G=29.17%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321331910.310.3000.25238.9831.5563.33
Hex8485BF1F1E019ef203f
Octal20420527737360313574077
Binary100001001000010110111111111111111001100111101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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