#9089BE

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

Shades of Moody Blue #9089BE

Tints of Moody Blue #9089BE

Color information

#9089BE (or 0x9089BE) is unknown color: approx Moody Blue. HEX triplet: 90, 89 and BE. RGB value is (144,137,190). Sum of RGB (Red+Green+Blue) = 144+137+190=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9089BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089BE is #6F7641. Grayscale: #909090. Windows color (decimal): -7304770 or 12487056. OLE color: 12487056.

HSL color Cylindrical-coordinate representation of color #9089BE: hue angle of 247.92º 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 #9089BE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144137190-
CMYK0.240.2800.25
HSL247.92º28.96%64.12%-
HSV(B)247.92º27.89%74.51%-
XYZ29.7427.5452.46-
YUV145.14153.32127.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=30.57%
G=29.09%
B=40.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441371900.240.2800.25247.9228.9664.12
Hex9089BE181C019f81d40
Octal220211276303403137035100
Binary100100001000100110111110110001110001100111111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9089BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9089BE; }

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

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

<style>
 a { background-color: #9089BE; }

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

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

<style>
 span { border-color: #9089BE; }

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

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