#9086D4

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

Shades of Moody Blue #9086D4

Tints of Moody Blue #9086D4

Color information

#9086D4 (or 0x9086D4) is unknown color: approx Moody Blue. HEX triplet: 90, 86 and D4. RGB value is (144,134,212). Sum of RGB (Red+Green+Blue) = 144+134+212=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #9086D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086D4 is #6F792B. Grayscale: #919191. Windows color (decimal): -7305516 or 13928080. OLE color: 13928080.

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

Color convert

RGB144134212-
CMYK0.320.3700.17
HSL247.69º47.56%67.84%-
HSV(B)247.69º36.79%83.14%-
XYZ31.9127.7365.96-
YUV145.88165.31126.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 212 (83.20% from 255) = 43.27%
R=29.39%
G=27.35%
B=43.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1441342120.320.3700.17247.6947.5667.84
Hex9086D42025011f83044
Octal220206324404502137060104
Binary100100001000011011010100100000100101010001111110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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