Html Css Color HEX #8379DB Moody Blue

📋 copy color: '#8379DB'

red 131 ◦ green 121 ◦ blue 219

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

Shades of Moody Blue #8379DB

Tints of Moody Blue #8379DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 27.81%
G = 25.69%
B = 46.5%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8379DB (or 0x8379DB) is known color: Moody Blue. HEX triplet: 83, 79 and DB. RGB value is (131,121,219). Sum of RGB (Red+Green+Blue) = 131+121+219=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #8379DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379DB is #7C8624. Grayscale: #868686. Windows color (decimal): -8160805 or 14383491. OLE color: 14383491.

HSL color Cylindrical-coordinate representation of color #8379DB: hue angle of 246.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8379DB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 121 219 -
CMYK 0.40 0.45 0 0.14
HSL 246.12º 0.58% 0.67% -
HSV(B) 246.12º 0.45% 0.86% -
XYZ 28.98 23.61 70.05 -
YUV 135.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 131 121 219 0.40 0.45 0 0.14 246.12 0.58 0.67
Hex 83 79 DB 28 2D 0 E F6 3A 43
Octal 203 171 333 50 55 0 16 366 72 103
Binary 10000011 1111001 11011011 101000 101101 0 1110 11110110 111010 1000011

Color Harmonies of #8379DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379DB

Black with #8379DB

Text Example


Text Example

White with #8379DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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