Html Css Color HEX #9384CC Moody Blue

📋 copy color: '#9384CC'

red 147 ◦ green 132 ◦ blue 204

#9384CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #9384CC

Tints of Moody Blue #9384CC

RGB

 RED value IS 147 (57.81% from 255) = 30.43%

 GREEN value IS 132 (51.95% from 255) = 27.33%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 30.43%
G = 27.33%
B = 42.24%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9384CC (or 0x9384CC) is known color: Moody Blue. HEX triplet: 93, 84 and CC. RGB value is (147,132,204). Sum of RGB (Red+Green+Blue) = 147+132+204=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9384CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384CC is #6C7B33. Grayscale: #909090. Windows color (decimal): -7109428 or 13403283. OLE color: 13403283.

HSL color Cylindrical-coordinate representation of color #9384CC: hue angle of 252.5º degrees, saturation: 0.41, 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 #9384CC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 132 204 -
CMYK 0.28 0.35 0 0.2
HSL 252.5º 0.41% 0.66% -
HSV(B) 252.5º 0.35% 0.8% -
XYZ 31.18 27.07 60.71 -
YUV 144.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 147 132 204 0.28 0.35 0 0.2 252.5 0.41 0.66
Hex 93 84 CC 1C 23 0 14 FD 29 42
Octal 223 204 314 34 43 0 24 375 51 102
Binary 10010011 10000100 11001100 11100 100011 0 10100 11111101 101001 1000010

Color Harmonies of #9384CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9384CC

Black with #9384CC

Text Example


Text Example

White with #9384CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9384CC; }

 p { color: rgb(147,132,204); }

 H1.HeaderClassName
 {
   color: #9384CC;
 }
 .AnyTagClassName
 {
   color: #9384CC;
 }
</style>

background-color css

<style>
 a { background-color: #9384CC; }

 a { background-color: rgb(147,132,204); }

 div.DivClassName
 {
   background-color: #9384CC;
 }
 .BgClassName
 {
   background-color: #9384CC;
 }
</style>

border-color css

<style>
 span { border-color: #9384CC; }

 span { border-color: rgb(147,132,204); }

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