#8A89BE

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

Shades of Moody Blue #8A89BE

Tints of Moody Blue #8A89BE

Color information

#8A89BE (or 0x8A89BE) is unknown color: approx Moody Blue. HEX triplet: 8A, 89 and BE. RGB value is (138,137,190). Sum of RGB (Red+Green+Blue) = 138+137+190=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89BE is #757641. Grayscale: #8F8F8F. Windows color (decimal): -7697986 or 12487050. OLE color: 12487050.

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

Color convert

RGB138137190-
CMYK0.270.2800.25
HSL241.13º28.96%64.12%-
HSV(B)241.13º27.89%74.51%-
XYZ28.7227.0152.42-
YUV143.34154.33124.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=29.68%
G=29.46%
B=40.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381371900.270.2800.25241.1328.9664.12
Hex8A89BE1B1C019f11d40
Octal212211276333403136135100
Binary100010101000100110111110110111110001100111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,137,190); }

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

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

 a { background-color: rgb(138,137,190); }

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

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

 span { border-color: rgb(138,137,190); }

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