Html Css Color HEX #8377B8 Moody Blue

📋 copy color: '#8377B8'

red 131 ◦ green 119 ◦ blue 184

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

Shades of Moody Blue #8377B8

Tints of Moody Blue #8377B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.4%

R = 30.18%
G = 27.42%
B = 42.4%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8377B8 (or 0x8377B8) is known color: Moody Blue. HEX triplet: 83, 77 and B8. RGB value is (131,119,184). Sum of RGB (Red+Green+Blue) = 131+119+184=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 184 - color contains mainly: blue. Hex color #8377B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377B8 is #7C8847. Grayscale: #818181. Windows color (decimal): -8161352 or 12089219. OLE color: 12089219.

HSL color Cylindrical-coordinate representation of color #8377B8: hue angle of 251.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8377B8 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 119 184 -
CMYK 0.29 0.35 0 0.28
HSL 251.08º 0.31% 0.59% -
HSV(B) 251.08º 0.35% 0.72% -
XYZ 24.61 21.48 48.2 -
YUV 130 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 131 119 184 0.29 0.35 0 0.28 251.08 0.31 0.59
Hex 83 77 B8 1D 23 0 1C FB 1F 3B
Octal 203 167 270 35 43 0 34 373 37 73
Binary 10000011 1110111 10111000 11101 100011 0 11100 11111011 11111 111011

Color Harmonies of #8377B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377B8

Black with #8377B8

Text Example


Text Example

White with #8377B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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