#9087CA

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

Shades of Moody Blue #9087CA

Tints of Moody Blue #9087CA

Color information

#9087CA (or 0x9087CA) is unknown color: approx Moody Blue. HEX triplet: 90, 87 and CA. RGB value is (144,135,202). Sum of RGB (Red+Green+Blue) = 144+135+202=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9087CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087CA is #6F7835. Grayscale: #919191. Windows color (decimal): -7305270 or 13272976. OLE color: 13272976.

HSL color Cylindrical-coordinate representation of color #9087CA: hue angle of 248.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9087CA is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144135202-
CMYK0.290.3300.21
HSL248.06º38.73%66.08%-
HSV(B)248.06º33.17%79.22%-
XYZ30.8327.5259.56-
YUV145.33159.98127.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=29.94%
G=28.07%
B=42.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441352020.290.3300.21248.0638.7366.08
Hex9087CA1D21015f82742
Octal220207312354102537047102
Binary10010000100001111100101011101100001010101111110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9087CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9087CA; }

 p { color: rgb(144,135,202); }

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

<style>
 a { background-color: #9087CA; }

 a { background-color: rgb(144,135,202); }

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

<style>
 span { border-color: #9087CA; }

 span { border-color: rgb(144,135,202); }

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