#9385CD

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

Shades of Moody Blue #9385CD

Tints of Moody Blue #9385CD

Color information

#9385CD (or 0x9385CD) is unknown color: approx Moody Blue. HEX triplet: 93, 85 and CD. RGB value is (147,133,205). Sum of RGB (Red+Green+Blue) = 147+133+205=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9385CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385CD is #6C7A32. Grayscale: #919191. Windows color (decimal): -7109171 or 13469075. OLE color: 13469075.

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

Color convert

RGB147133205-
CMYK0.280.3500.20
HSL251.67º41.86%66.27%-
HSV(B)251.67º35.12%80.39%-
XYZ31.4427.3961.39-
YUV145.39161.64129.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=30.31%
G=27.42%
B=42.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471332050.280.3500.20251.6741.8666.27
Hex9385CD1C23014fc2a42
Octal223205315344302437452102
Binary10010011100001011100110111100100011010100111111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9385CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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