Html Css Color HEX #8377DC Moody Blue

📋 copy color: '#8377DC'

red 131 ◦ green 119 ◦ blue 220

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

Shades of Moody Blue #8377DC

Tints of Moody Blue #8377DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 27.87%
G = 25.32%
B = 46.81%

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

#8377DC (or 0x8377DC) is known color: Moody Blue. HEX triplet: 83, 77 and DC. RGB value is (131,119,220). Sum of RGB (Red+Green+Blue) = 131+119+220=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8377DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377DC is #7C8823. Grayscale: #858585. Windows color (decimal): -8161316 or 14448515. OLE color: 14448515.

HSL color Cylindrical-coordinate representation of color #8377DC: hue angle of 247.13º degrees, saturation: 0.59, 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 #8377DC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 119 220 -
CMYK 0.40 0.46 0 0.14
HSL 247.13º 0.59% 0.66% -
HSV(B) 247.13º 0.46% 0.86% -
XYZ 28.88 23.19 70.66 -
YUV 134.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 131 119 220 0.40 0.46 0 0.14 247.13 0.59 0.66
Hex 83 77 DC 28 2E 0 E F7 3B 42
Octal 203 167 334 50 56 0 16 367 73 102
Binary 10000011 1110111 11011100 101000 101110 0 1110 11110111 111011 1000010

Color Harmonies of #8377DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377DC

Black with #8377DC

Text Example


Text Example

White with #8377DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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