#8A85BF

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

Shades of Moody Blue #8A85BF

Tints of Moody Blue #8A85BF

Color information

#8A85BF (or 0x8A85BF) is unknown color: approx Moody Blue. HEX triplet: 8A, 85 and BF. RGB value is (138,133,191). Sum of RGB (Red+Green+Blue) = 138+133+191=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85BF is #757A40. Grayscale: #8C8C8C. Windows color (decimal): -7699009 or 12551562. OLE color: 12551562.

HSL color Cylindrical-coordinate representation of color #8A85BF: hue angle of 245.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A85BF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138133191-
CMYK0.280.3000.25
HSL245.17º31.18%63.53%-
HSV(B)245.17º30.37%74.9%-
XYZ28.2725.9452.81-
YUV141.11156.16125.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 191 (75% from 255) = 41.34%
R=29.87%
G=28.79%
B=41.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381331910.280.3000.25245.1731.1863.53
Hex8A85BF1C1E019f51f40
Octal212205277343603136537100
Binary100010101000010110111111111001111001100111110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A85BF; }

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

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

<style>
 a { background-color: #8A85BF; }

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

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

<style>
 span { border-color: #8A85BF; }

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

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