#9085CC

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

Shades of Moody Blue #9085CC

Tints of Moody Blue #9085CC

Color information

#9085CC (or 0x9085CC) is unknown color: approx Moody Blue. HEX triplet: 90, 85 and CC. RGB value is (144,133,204). Sum of RGB (Red+Green+Blue) = 144+133+204=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #9085CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085CC is #6F7A33. Grayscale: #909090. Windows color (decimal): -7305780 or 13403536. OLE color: 13403536.

HSL color Cylindrical-coordinate representation of color #9085CC: hue angle of 249.3º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9085CC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144133204-
CMYK0.290.3500.2
HSL249.3º41.04%66.08%-
HSV(B)249.3º34.8%80%-
XYZ30.7927.0660.73-
YUV144.38161.64127.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=29.94%
G=27.65%
B=42.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441332040.290.3500.2249.341.0466.08
Hex9085CC1D23014f92942
Octal220205314354302437151102
Binary10010000100001011100110011101100011010100111110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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