#8485BE

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

Shades of Moody Blue #8485BE

Tints of Moody Blue #8485BE

Color information

#8485BE (or 0x8485BE) is unknown color: approx Moody Blue. HEX triplet: 84, 85 and BE. RGB value is (132,133,190). Sum of RGB (Red+Green+Blue) = 132+133+190=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #8485BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485BE is #7B7A41. Grayscale: #8A8A8A. Windows color (decimal): -8092226 or 12486020. OLE color: 12486020.

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

Color convert

RGB132133190-
CMYK0.310.300.25
HSL238.97º30.85%63.14%-
HSV(B)238.97º30.53%74.51%-
XYZ27.225.452.18-
YUV139.2156.67122.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=29.01%
G=29.23%
B=41.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321331900.310.300.25238.9730.8563.14
Hex8485BE1F1E019ef1f3f
Octal20420527637360313573777
Binary10000100100001011011111011111111100110011110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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