#9084CA

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

Shades of Moody Blue #9084CA

Tints of Moody Blue #9084CA

Color information

#9084CA (or 0x9084CA) is unknown color: approx Moody Blue. HEX triplet: 90, 84 and CA. RGB value is (144,132,202). Sum of RGB (Red+Green+Blue) = 144+132+202=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #9084CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084CA is #6F7B35. Grayscale: #8F8F8F. Windows color (decimal): -7306038 or 13272208. OLE color: 13272208.

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

Color convert

RGB144132202-
CMYK0.290.3500.21
HSL250.29º39.77%65.49%-
HSV(B)250.29º34.65%79.22%-
XYZ30.4126.759.43-
YUV143.57160.98128.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=30.13%
G=27.62%
B=42.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441322020.290.3500.21250.2939.7765.49
Hex9084CA1D23015fa2841
Octal220204312354302537250101
Binary10010000100001001100101011101100011010101111110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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