#9086CD

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

Shades of Moody Blue #9086CD

Tints of Moody Blue #9086CD

Color information

#9086CD (or 0x9086CD) is unknown color: approx Moody Blue. HEX triplet: 90, 86 and CD. RGB value is (144,134,205). Sum of RGB (Red+Green+Blue) = 144+134+205=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9086CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086CD is #6F7932. Grayscale: #909090. Windows color (decimal): -7305523 or 13469328. OLE color: 13469328.

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

Color convert

RGB144134205-
CMYK0.300.3500.20
HSL248.45º41.52%66.47%-
HSV(B)248.45º34.63%80.39%-
XYZ31.0527.3961.41-
YUV145.08161.81127.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=29.81%
G=27.74%
B=42.44%

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
Decimal1441342050.300.3500.20248.4541.5266.47
Hex9086CD1E23014f82a42
Octal220206315364302437052102
Binary10010000100001101100110111110100011010100111110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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