#9086CC

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

Shades of Moody Blue #9086CC

Tints of Moody Blue #9086CC

Color information

#9086CC (or 0x9086CC) is unknown color: approx Moody Blue. HEX triplet: 90, 86 and CC. RGB value is (144,134,204). Sum of RGB (Red+Green+Blue) = 144+134+204=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #9086CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086CC is #6F7933. Grayscale: #909090. Windows color (decimal): -7305524 or 13403792. OLE color: 13403792.

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

Color convert

RGB144134204-
CMYK0.290.3400.2
HSL248.57º40.7%66.27%-
HSV(B)248.57º34.31%80%-
XYZ30.9327.3460.77-
YUV144.97161.31127.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=29.88%
G=27.80%
B=42.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441342040.290.3400.2248.5740.766.27
Hex9086CC1D22014f92942
Octal220206314354202437151102
Binary10010000100001101100110011101100010010100111110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9086CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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