#8A85B8

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

Shades of Moody Blue #8A85B8

Tints of Moody Blue #8A85B8

Color information

#8A85B8 (or 0x8A85B8) is unknown color: approx Moody Blue. HEX triplet: 8A, 85 and B8. RGB value is (138,133,184). Sum of RGB (Red+Green+Blue) = 138+133+184=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 184 - color contains mainly: blue. Hex color #8A85B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85B8 is #757A47. Grayscale: #8C8C8C. Windows color (decimal): -7699016 or 12092810. OLE color: 12092810.

HSL color Cylindrical-coordinate representation of color #8A85B8: hue angle of 245.88º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A85B8 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB138133184-
CMYK0.250.2800.28
HSL245.88º26.42%62.16%-
HSV(B)245.88º27.72%72.16%-
XYZ27.5225.6448.85-
YUV140.31152.66126.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=30.33%
G=29.23%
B=40.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381331840.250.2800.28245.8826.4262.16
Hex8A85B8191C01Cf61a3e
Octal21220527031340343663276
Binary10001010100001011011100011001111000111001111011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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