#9184CF

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

Shades of Moody Blue #9184CF

Tints of Moody Blue #9184CF

Color information

#9184CF (or 0x9184CF) is unknown color: approx Moody Blue. HEX triplet: 91, 84 and CF. RGB value is (145,132,207). Sum of RGB (Red+Green+Blue) = 145+132+207=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #9184CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184CF is #6E7B30. Grayscale: #909090. Windows color (decimal): -7240497 or 13599889. OLE color: 13599889.

HSL color Cylindrical-coordinate representation of color #9184CF: hue angle of 250.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9184CF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145132207-
CMYK0.300.3600.19
HSL250.4º43.86%66.47%-
HSV(B)250.4º36.23%81.18%-
XYZ31.1927.0362.6-
YUV144.44163.31128.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=29.96%
G=27.27%
B=42.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451322070.300.3600.19250.443.8666.47
Hex9184CF1E24013fa2c42
Octal221204317364402337254102
Binary10010001100001001100111111110100100010011111110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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