#9185CC

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

Shades of Moody Blue #9185CC

Tints of Moody Blue #9185CC

Color information

#9185CC (or 0x9185CC) is unknown color: approx Moody Blue. HEX triplet: 91, 85 and CC. RGB value is (145,133,204). Sum of RGB (Red+Green+Blue) = 145+133+204=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #9185CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185CC is #6E7A33. Grayscale: #909090. Windows color (decimal): -7240244 or 13403537. OLE color: 13403537.

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

Color convert

RGB145133204-
CMYK0.290.3500.2
HSL250.14º41.04%66.08%-
HSV(B)250.14º34.8%80%-
XYZ30.9627.1560.74-
YUV144.68161.48128.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=30.08%
G=27.59%
B=42.32%

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
Decimal1451332040.290.3500.2250.1441.0466.08
Hex9185CC1D23014fa2942
Octal221205314354302437251102
Binary10010001100001011100110011101100011010100111110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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