#9084CB

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

Shades of Moody Blue #9084CB

Tints of Moody Blue #9084CB

Color information

#9084CB (or 0x9084CB) is unknown color: approx Moody Blue. HEX triplet: 90, 84 and CB. RGB value is (144,132,203). Sum of RGB (Red+Green+Blue) = 144+132+203=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9084CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084CB is #6F7B34. Grayscale: #8F8F8F. Windows color (decimal): -7306037 or 13337744. OLE color: 13337744.

HSL color Cylindrical-coordinate representation of color #9084CB: hue angle of 250.14º degrees, saturation: 0.41, 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 #9084CB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144132203-
CMYK0.290.3500.20
HSL250.14º40.57%65.69%-
HSV(B)250.14º34.98%79.61%-
XYZ30.5326.7460.05-
YUV143.68161.48128.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=30.06%
G=27.56%
B=42.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441322030.290.3500.20250.1440.5765.69
Hex9084CB1D23014fa2942
Octal220204313354302437251102
Binary10010000100001001100101111101100011010100111110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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