#9081CE

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

Shades of Moody Blue #9081CE

Tints of Moody Blue #9081CE

Color information

#9081CE (or 0x9081CE) is unknown color: approx Moody Blue. HEX triplet: 90, 81 and CE. RGB value is (144,129,206). Sum of RGB (Red+Green+Blue) = 144+129+206=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #9081CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081CE is #6F7E31. Grayscale: #8D8D8D. Windows color (decimal): -7306802 or 13533584. OLE color: 13533584.

HSL color Cylindrical-coordinate representation of color #9081CE: hue angle of 251.69º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9081CE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144129206-
CMYK0.300.3700.19
HSL251.69º44%65.69%-
HSV(B)251.69º37.38%80.78%-
XYZ30.4926.0961.82-
YUV142.26163.97129.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=30.06%
G=26.93%
B=43.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441292060.300.3700.19251.694465.69
Hex9081CE1E25013fc2c42
Octal220201316364502337454102
Binary10010000100000011100111011110100101010011111111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9081CE; }

 p { color: rgb(144,129,206); }

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

<style>
 a { background-color: #9081CE; }

 a { background-color: rgb(144,129,206); }

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

<style>
 span { border-color: #9081CE; }

 span { border-color: rgb(144,129,206); }

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