#9086D3

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

Shades of Moody Blue #9086D3

Tints of Moody Blue #9086D3

Color information

#9086D3 (or 0x9086D3) is unknown color: approx Moody Blue. HEX triplet: 90, 86 and D3. RGB value is (144,134,211). Sum of RGB (Red+Green+Blue) = 144+134+211=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #9086D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086D3 is #6F792C. Grayscale: #919191. Windows color (decimal): -7305517 or 13862544. OLE color: 13862544.

HSL color Cylindrical-coordinate representation of color #9086D3: hue angle of 247.79º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9086D3 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB144134211-
CMYK0.320.3600.17
HSL247.79º46.67%67.65%-
HSV(B)247.79º36.49%82.75%-
XYZ31.7827.6865.3-
YUV145.77164.81126.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=29.45%
G=27.40%
B=43.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1441342110.320.3600.17247.7946.6767.65
Hex9086D32024011f82f44
Octal220206323404402137057104
Binary100100001000011011010011100000100100010001111110001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9086D3; }

 p { color: rgb(144,134,211); }

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

<style>
 a { background-color: #9086D3; }

 a { background-color: rgb(144,134,211); }

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

<style>
 span { border-color: #9086D3; }

 span { border-color: rgb(144,134,211); }

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