#9085D6

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

Shades of Moody Blue #9085D6

Tints of Moody Blue #9085D6

Color information

#9085D6 (or 0x9085D6) is unknown color: approx Moody Blue. HEX triplet: 90, 85 and D6. RGB value is (144,133,214). Sum of RGB (Red+Green+Blue) = 144+133+214=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #9085D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085D6 is #6F7A29. Grayscale: #919191. Windows color (decimal): -7305770 or 14058896. OLE color: 14058896.

HSL color Cylindrical-coordinate representation of color #9085D6: hue angle of 248.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9085D6 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144133214-
CMYK0.330.3800.16
HSL248.15º49.69%68.04%-
HSV(B)248.15º37.85%83.92%-
XYZ32.0327.5667.25-
YUV145.52166.64126.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=29.33%
G=27.09%
B=43.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441332140.330.3800.16248.1549.6968.04
Hex9085D62126010f83244
Octal220205326414602037062104
Binary100100001000010111010110100001100110010000111110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9085D6; }

 p { color: rgb(144,133,214); }

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

<style>
 a { background-color: #9085D6; }

 a { background-color: rgb(144,133,214); }

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

<style>
 span { border-color: #9085D6; }

 span { border-color: rgb(144,133,214); }

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