#9185CD

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

Shades of Moody Blue #9185CD

Tints of Moody Blue #9185CD

Color information

#9185CD (or 0x9185CD) is unknown color: approx Moody Blue. HEX triplet: 91, 85 and CD. RGB value is (145,133,205). Sum of RGB (Red+Green+Blue) = 145+133+205=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9185CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185CD is #6E7A32. Grayscale: #909090. Windows color (decimal): -7240243 or 13469073. OLE color: 13469073.

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

Color convert

RGB145133205-
CMYK0.290.3500.20
HSL250º41.86%66.27%-
HSV(B)250º35.12%80.39%-
XYZ31.0827.261.37-
YUV144.8161.98128.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=30.02%
G=27.54%
B=42.44%

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
Decimal1451332050.290.3500.2025041.8666.27
Hex9185CD1D23014fa2a42
Octal221205315354302437252102
Binary10010001100001011100110111101100011010100111110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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