Html Css Color HEX #9386CE Moody Blue

📋 copy color: '#9386CE'

red 147 ◦ green 134 ◦ blue 206

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

Shades of Moody Blue #9386CE

Tints of Moody Blue #9386CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.52%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 30.18%
G = 27.52%
B = 42.3%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9386CE (or 0x9386CE) is known color: Moody Blue. HEX triplet: 93, 86 and CE. RGB value is (147,134,206). Sum of RGB (Red+Green+Blue) = 147+134+206=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9386CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386CE is #6C7931. Grayscale: #919191. Windows color (decimal): -7108914 or 13534867. OLE color: 13534867.

HSL color Cylindrical-coordinate representation of color #9386CE: hue angle of 250.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9386CE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 134 206 -
CMYK 0.29 0.35 0 0.19
HSL 250.83º 0.42% 0.67% -
HSV(B) 250.83º 0.35% 0.81% -
XYZ 31.7 27.71 62.07 -
YUV 146.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 147 134 206 0.29 0.35 0 0.19 250.83 0.42 0.67
Hex 93 86 CE 1D 23 0 13 FB 2A 43
Octal 223 206 316 35 43 0 23 373 52 103
Binary 10010011 10000110 11001110 11101 100011 0 10011 11111011 101010 1000011

Color Harmonies of #9386CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386CE

Black with #9386CE

Text Example


Text Example

White with #9386CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9386CE; }

 p { color: rgb(147,134,206); }

 H1.HeaderClassName
 {
   color: #9386CE;
 }
 .AnyTagClassName
 {
   color: #9386CE;
 }
</style>

background-color css

<style>
 a { background-color: #9386CE; }

 a { background-color: rgb(147,134,206); }

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

border-color css

<style>
 span { border-color: #9386CE; }

 span { border-color: rgb(147,134,206); }

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