Html Css Color HEX #9387CC Moody Blue

📋 copy color: '#9387CC'

red 147 ◦ green 135 ◦ blue 204

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

Shades of Moody Blue #9387CC

Tints of Moody Blue #9387CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.78%

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

R = 30.25%
G = 27.78%
B = 41.98%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9387CC (or 0x9387CC) is known color: Moody Blue. HEX triplet: 93, 87 and CC. RGB value is (147,135,204). Sum of RGB (Red+Green+Blue) = 147+135+204=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9387CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387CC is #6C7833. Grayscale: #929292. Windows color (decimal): -7108660 or 13404051. OLE color: 13404051.

HSL color Cylindrical-coordinate representation of color #9387CC: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9387CC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 135 204 -
CMYK 0.28 0.34 0 0.2
HSL 250.43º 0.4% 0.66% -
HSV(B) 250.43º 0.34% 0.8% -
XYZ 31.6 27.89 60.84 -
YUV 146.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 147 135 204 0.28 0.34 0 0.2 250.43 0.4 0.66
Hex 93 87 CC 1C 22 0 14 FA 28 42
Octal 223 207 314 34 42 0 24 372 50 102
Binary 10010011 10000111 11001100 11100 100010 0 10100 11111010 101000 1000010

Color Harmonies of #9387CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387CC

Black with #9387CC

Text Example


Text Example

White with #9387CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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