Html Css Color HEX #9383D0 Moody Blue

📋 copy color: '#9383D0'

red 147 ◦ green 131 ◦ blue 208

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

Shades of Moody Blue #9383D0

Tints of Moody Blue #9383D0

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.8%

R = 30.25%
G = 26.95%
B = 42.8%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9383D0 (or 0x9383D0) is known color: 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

RGB 147 131 208 -
CMYK 0.29 0.37 0 0.18
HSL 252.47º 0.45% 0.66% -
HSV(B) 252.47º 0.37% 0.82% -
XYZ 31.53 26.99 63.22 -
YUV 144.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 147 131 208 0.29 0.37 0 0.18 252.47 0.45 0.66
Hex 93 83 D0 1D 25 0 12 FC 2D 42
Octal 223 203 320 35 45 0 22 374 55 102
Binary 10010011 10000011 11010000 11101 100101 0 10010 11111100 101101 1000010

Color Harmonies of #9383D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383D0

Black with #9383D0

Text Example


Text Example

White with #9383D0

Text Example


Text Example

HTML Codes & Css Web 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>