#8A85BD

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

Shades of Moody Blue #8A85BD

Tints of Moody Blue #8A85BD

Color information

#8A85BD (or 0x8A85BD) is unknown color: approx Moody Blue. HEX triplet: 8A, 85 and BD. RGB value is (138,133,189). Sum of RGB (Red+Green+Blue) = 138+133+189=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85BD is #757A42. Grayscale: #8C8C8C. Windows color (decimal): -7699011 or 12420490. OLE color: 12420490.

HSL color Cylindrical-coordinate representation of color #8A85BD: hue angle of 245.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A85BD is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138133189-
CMYK0.270.3000.26
HSL245.36º29.79%63.14%-
HSV(B)245.36º29.63%74.12%-
XYZ28.0525.8551.66-
YUV140.88155.16125.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=30%
G=28.91%
B=41.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381331890.270.3000.26245.3629.7963.14
Hex8A85BD1B1E01Af51e3f
Octal21220527533360323653677
Binary10001010100001011011110111011111100110101111010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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