#9183CD

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

Shades of Moody Blue #9183CD

Tints of Moody Blue #9183CD

Color information

#9183CD (or 0x9183CD) is unknown color: approx Moody Blue. HEX triplet: 91, 83 and CD. RGB value is (145,131,205). Sum of RGB (Red+Green+Blue) = 145+131+205=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #9183CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183CD is #6E7C32. Grayscale: #8F8F8F. Windows color (decimal): -7240755 or 13468561. OLE color: 13468561.

HSL color Cylindrical-coordinate representation of color #9183CD: hue angle of 251.35º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9183CD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145131205-
CMYK0.290.3600.20
HSL251.35º42.53%65.88%-
HSV(B)251.35º36.1%80.39%-
XYZ30.8126.6661.28-
YUV143.62162.64128.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.15%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=30.15%
G=27.23%
B=42.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451312050.290.3600.20251.3542.5365.88
Hex9183CD1D24014fb2b42
Octal221203315354402437353102
Binary10010001100000111100110111101100100010100111110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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