Html Css Color HEX #8377DB Moody Blue

📋 copy color: '#8377DB'

red 131 ◦ green 119 ◦ blue 219

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

Shades of Moody Blue #8377DB

Tints of Moody Blue #8377DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.37%

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

R = 27.93%
G = 25.37%
B = 46.7%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8377DB (or 0x8377DB) is known color: Moody Blue. HEX triplet: 83, 77 and DB. RGB value is (131,119,219). Sum of RGB (Red+Green+Blue) = 131+119+219=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8377DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377DB is #7C8824. Grayscale: #858585. Windows color (decimal): -8161317 or 14382979. OLE color: 14382979.

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

Color convert

RGB 131 119 219 -
CMYK 0.40 0.46 0 0.14
HSL 247.2º 0.58% 0.66% -
HSV(B) 247.2º 0.46% 0.86% -
XYZ 28.74 23.13 69.97 -
YUV 133.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 131 119 219 0.40 0.46 0 0.14 247.2 0.58 0.66
Hex 83 77 DB 28 2E 0 E F7 3A 42
Octal 203 167 333 50 56 0 16 367 72 102
Binary 10000011 1110111 11011011 101000 101110 0 1110 11110111 111010 1000010

Color Harmonies of #8377DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377DB

Black with #8377DB

Text Example


Text Example

White with #8377DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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