Html Css Color HEX #8377BE Moody Blue

📋 copy color: '#8377BE'

red 131 ◦ green 119 ◦ blue 190

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

Shades of Moody Blue #8377BE

Tints of Moody Blue #8377BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 29.77%
G = 27.05%
B = 43.18%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8377BE (or 0x8377BE) is known color: Moody Blue. HEX triplet: 83, 77 and BE. RGB value is (131,119,190). Sum of RGB (Red+Green+Blue) = 131+119+190=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8377BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377BE is #7C8841. Grayscale: #828282. Windows color (decimal): -8161346 or 12482435. OLE color: 12482435.

HSL color Cylindrical-coordinate representation of color #8377BE: hue angle of 250.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8377BE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 119 190 -
CMYK 0.31 0.37 0 0.25
HSL 250.14º 0.35% 0.61% -
HSV(B) 250.14º 0.37% 0.75% -
XYZ 25.25 21.74 51.58 -
YUV 130.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 131 119 190 0.31 0.37 0 0.25 250.14 0.35 0.61
Hex 83 77 BE 1F 25 0 19 FA 23 3D
Octal 203 167 276 37 45 0 31 372 43 75
Binary 10000011 1110111 10111110 11111 100101 0 11001 11111010 100011 111101

Color Harmonies of #8377BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8377BE

Black with #8377BE

Text Example


Text Example

White with #8377BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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