#9184CC

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

Shades of Moody Blue #9184CC

Tints of Moody Blue #9184CC

Color information

#9184CC (or 0x9184CC) is unknown color: approx Moody Blue. HEX triplet: 91, 84 and CC. RGB value is (145,132,204). Sum of RGB (Red+Green+Blue) = 145+132+204=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #9184CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184CC is #6E7B33. Grayscale: #8F8F8F. Windows color (decimal): -7240500 or 13403281. OLE color: 13403281.

HSL color Cylindrical-coordinate representation of color #9184CC: hue angle of 250.83º 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 #9184CC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145132204-
CMYK0.290.3500.2
HSL250.83º41.38%65.88%-
HSV(B)250.83º35.29%80%-
XYZ30.8326.8860.69-
YUV144.1161.81128.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.15%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=30.15%
G=27.44%
B=42.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451322040.290.3500.2250.8341.3865.88
Hex9184CC1D23014fb2942
Octal221204314354302437351102
Binary10010001100001001100110011101100011010100111110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,132,204); }

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

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

 a { background-color: rgb(145,132,204); }

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

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

 span { border-color: rgb(145,132,204); }

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