#9085CD

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

Shades of Moody Blue #9085CD

Tints of Moody Blue #9085CD

Color information

#9085CD (or 0x9085CD) is unknown color: approx Moody Blue. HEX triplet: 90, 85 and CD. RGB value is (144,133,205). Sum of RGB (Red+Green+Blue) = 144+133+205=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #9085CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085CD is #6F7A32. Grayscale: #909090. Windows color (decimal): -7305779 or 13469072. OLE color: 13469072.

HSL color Cylindrical-coordinate representation of color #9085CD: hue angle of 249.17º degrees, saturation: 0.42, 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 #9085CD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144133205-
CMYK0.300.3500.20
HSL249.17º41.86%66.27%-
HSV(B)249.17º35.12%80.39%-
XYZ30.9127.1161.36-
YUV144.5162.14127.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=29.88%
G=27.59%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441332050.300.3500.20249.1741.8666.27
Hex9085CD1E23014f92a42
Octal220205315364302437152102
Binary10010000100001011100110111110100011010100111110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9085CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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