#8A85D7

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

Shades of Moody Blue #8A85D7

Tints of Moody Blue #8A85D7

Color information

#8A85D7 (or 0x8A85D7) is unknown color: approx Moody Blue. HEX triplet: 8A, 85 and D7. RGB value is (138,133,215). Sum of RGB (Red+Green+Blue) = 138+133+215=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A85D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85D7 is #757A28. Grayscale: #8F8F8F. Windows color (decimal): -7698985 or 14124426. OLE color: 14124426.

HSL color Cylindrical-coordinate representation of color #8A85D7: hue angle of 243.66º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A85D7 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138133215-
CMYK0.360.3800.16
HSL243.66º50.62%68.24%-
HSV(B)243.66º38.14%84.31%-
XYZ31.1327.0867.88-
YUV143.84168.16123.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=28.40%
G=27.37%
B=44.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381332150.360.3800.16243.6650.6268.24
Hex8A85D72426010f43344
Octal212205327444602036463104
Binary100010101000010111010111100100100110010000111101001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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