#9183CB

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

Shades of Moody Blue #9183CB

Tints of Moody Blue #9183CB

Color information

#9183CB (or 0x9183CB) is unknown color: approx Moody Blue. HEX triplet: 91, 83 and CB. RGB value is (145,131,203). Sum of RGB (Red+Green+Blue) = 145+131+203=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9183CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183CB is #6E7C34. Grayscale: #8F8F8F. Windows color (decimal): -7240757 or 13337489. OLE color: 13337489.

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

Color convert

RGB145131203-
CMYK0.290.3500.20
HSL251.67º40.91%65.49%-
HSV(B)251.67º35.47%79.61%-
XYZ30.5726.5660.02-
YUV143.39161.64129.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=30.27%
G=27.35%
B=42.38%

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
Decimal1451312030.290.3500.20251.6740.9165.49
Hex9183CB1D23014fc2941
Octal221203313354302437451101
Binary10010001100000111100101111101100011010100111111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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