#9383D0

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

Shades of Moody Blue #9383D0

Tints of Moody Blue #9383D0

Color information

#9383D0 (or 0x9383D0) is unknown color: approx Moody Blue. HEX triplet: 93, 83 and D0. RGB value is (147,131,208). Sum of RGB (Red+Green+Blue) = 147+131+208=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #9383D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383D0 is #6C7C2F. Grayscale: #909090. Windows color (decimal): -7109680 or 13665171. OLE color: 13665171.

HSL color Cylindrical-coordinate representation of color #9383D0: hue angle of 252.47º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9383D0 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147131208-
CMYK0.290.3700.18
HSL252.47º45.03%66.47%-
HSV(B)252.47º37.02%81.57%-
XYZ31.5326.9963.22-
YUV144.56163.8129.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=30.25%
G=26.95%
B=42.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471312080.290.3700.18252.4745.0366.47
Hex9383D01D25012fc2d42
Octal223203320354502237455102
Binary10010011100000111101000011101100101010010111111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9383D0; }

 p { color: rgb(147,131,208); }

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

<style>
 a { background-color: #9383D0; }

 a { background-color: rgb(147,131,208); }

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

<style>
 span { border-color: #9383D0; }

 span { border-color: rgb(147,131,208); }

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