#8485CA

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

Shades of Moody Blue #8485CA

Tints of Moody Blue #8485CA

Color information

#8485CA (or 0x8485CA) is unknown color: approx Moody Blue. HEX triplet: 84, 85 and CA. RGB value is (132,133,202). Sum of RGB (Red+Green+Blue) = 132+133+202=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8485CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485CA is #7B7A35. Grayscale: #8C8C8C. Windows color (decimal): -8092214 or 13272452. OLE color: 13272452.

HSL color Cylindrical-coordinate representation of color #8485CA: hue angle of 239.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8485CA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132133202-
CMYK0.350.3400.21
HSL239.14º39.77%65.49%-
HSV(B)239.14º34.65%79.22%-
XYZ28.5625.9459.38-
YUV140.57162.67121.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=28.27%
G=28.48%
B=43.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321332020.350.3400.21239.1439.7765.49
Hex8485CA2322015ef2841
Octal204205312434202535750101
Binary100001001000010111001010100011100010010101111011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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