Html Css Color HEX #8377DA Moody Blue

📋 copy color: '#8377DA'

red 131 ◦ green 119 ◦ blue 218

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

Shades of Moody Blue #8377DA

Tints of Moody Blue #8377DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 27.99%
G = 25.43%
B = 46.58%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8377DA (or 0x8377DA) is known color: Moody Blue. HEX triplet: 83, 77 and DA. RGB value is (131,119,218). Sum of RGB (Red+Green+Blue) = 131+119+218=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8377DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377DA is #7C8825. Grayscale: #858585. Windows color (decimal): -8161318 or 14317443. OLE color: 14317443.

HSL color Cylindrical-coordinate representation of color #8377DA: hue angle of 247.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8377DA is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 119 218 -
CMYK 0.40 0.45 0 0.15
HSL 247.27º 0.57% 0.66% -
HSV(B) 247.27º 0.45% 0.85% -
XYZ 28.61 23.08 69.28 -
YUV 133.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 131 119 218 0.40 0.45 0 0.15 247.27 0.57 0.66
Hex 83 77 DA 28 2D 0 F F7 39 42
Octal 203 167 332 50 55 0 17 367 71 102
Binary 10000011 1110111 11011010 101000 101101 0 1111 11110111 111001 1000010

Color Harmonies of #8377DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377DA

Black with #8377DA

Text Example


Text Example

White with #8377DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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