Html Css Color HEX #8379BA Moody Blue

📋 copy color: '#8379BA'

red 131 ◦ green 121 ◦ blue 186

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

Shades of Moody Blue #8379BA

Tints of Moody Blue #8379BA

RGB

 RED value IS 131 (51.56% from 255) = 29.91%

 GREEN value IS 121 (47.66% from 255) = 27.63%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 29.91%
G = 27.63%
B = 42.47%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8379BA (or 0x8379BA) is known color: Moody Blue. HEX triplet: 83, 79 and BA. RGB value is (131,121,186). Sum of RGB (Red+Green+Blue) = 131+121+186=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8379BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379BA is #7C8645. Grayscale: #838383. Windows color (decimal): -8160838 or 12220803. OLE color: 12220803.

HSL color Cylindrical-coordinate representation of color #8379BA: hue angle of 249.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8379BA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 121 186 -
CMYK 0.30 0.35 0 0.27
HSL 249.23º 0.32% 0.6% -
HSV(B) 249.23º 0.35% 0.73% -
XYZ 25.06 22.05 49.39 -
YUV 131.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 131 121 186 0.30 0.35 0 0.27 249.23 0.32 0.6
Hex 83 79 BA 1E 23 0 1B F9 20 3C
Octal 203 171 272 36 43 0 33 371 40 74
Binary 10000011 1111001 10111010 11110 100011 0 11011 11111001 100000 111100

Color Harmonies of #8379BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379BA

Black with #8379BA

Text Example


Text Example

White with #8379BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8379BA; }

 p { color: rgb(131,121,186); }

 H1.HeaderClassName
 {
   color: #8379BA;
 }
 .AnyTagClassName
 {
   color: #8379BA;
 }
</style>

background-color css

<style>
 a { background-color: #8379BA; }

 a { background-color: rgb(131,121,186); }

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

border-color css

<style>
 span { border-color: #8379BA; }

 span { border-color: rgb(131,121,186); }

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