Html Css Color HEX #8379BE Moody Blue

📋 copy color: '#8379BE'

red 131 ◦ green 121 ◦ blue 190

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

Shades of Moody Blue #8379BE

Tints of Moody Blue #8379BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 29.64%
G = 27.38%
B = 42.99%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8379BE (or 0x8379BE) is known color: Moody Blue. HEX triplet: 83, 79 and BE. RGB value is (131,121,190). Sum of RGB (Red+Green+Blue) = 131+121+190=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8379BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379BE is #7C8641. Grayscale: #838383. Windows color (decimal): -8160834 or 12482947. OLE color: 12482947.

HSL color Cylindrical-coordinate representation of color #8379BE: hue angle of 248.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8379BE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 121 190 -
CMYK 0.31 0.36 0 0.25
HSL 248.7º 0.35% 0.61% -
HSV(B) 248.7º 0.36% 0.75% -
XYZ 25.49 22.22 51.66 -
YUV 131.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 131 121 190 0.31 0.36 0 0.25 248.7 0.35 0.61
Hex 83 79 BE 1F 24 0 19 F9 23 3D
Octal 203 171 276 37 44 0 31 371 43 75
Binary 10000011 1111001 10111110 11111 100100 0 11001 11111001 100011 111101

Color Harmonies of #8379BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379BE

Black with #8379BE

Text Example


Text Example

White with #8379BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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