#9183CA

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

Shades of Moody Blue #9183CA

Tints of Moody Blue #9183CA

Color information

#9183CA (or 0x9183CA) is unknown color: approx Moody Blue. HEX triplet: 91, 83 and CA. RGB value is (145,131,202). Sum of RGB (Red+Green+Blue) = 145+131+202=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #9183CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183CA is #6E7C35. Grayscale: #8F8F8F. Windows color (decimal): -7240758 or 13271953. OLE color: 13271953.

HSL color Cylindrical-coordinate representation of color #9183CA: hue angle of 251.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9183CA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145131202-
CMYK0.280.3500.21
HSL251.83º40.11%65.29%-
HSV(B)251.83º35.15%79.22%-
XYZ30.4526.5259.39-
YUV143.28161.14129.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=30.33%
G=27.41%
B=42.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451312020.280.3500.21251.8340.1165.29
Hex9183CA1C23015fc2841
Octal221203312344302537450101
Binary10010001100000111100101011100100011010101111111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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