Html Css Color HEX #837EBE Moody Blue

📋 copy color: '#837EBE'

red 131 ◦ green 126 ◦ blue 190

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

Shades of Moody Blue #837EBE

Tints of Moody Blue #837EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.19%

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

R = 29.31%
G = 28.19%
B = 42.51%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#837EBE (or 0x837EBE) is known color: Moody Blue. HEX triplet: 83, 7E and BE. RGB value is (131,126,190). Sum of RGB (Red+Green+Blue) = 131+126+190=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #837EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EBE is #7C8141. Grayscale: #868686. Windows color (decimal): -8159554 or 12484227. OLE color: 12484227.

HSL color Cylindrical-coordinate representation of color #837EBE: hue angle of 244.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #837EBE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 126 190 -
CMYK 0.31 0.34 0 0.25
HSL 244.69º 0.33% 0.62% -
HSV(B) 244.69º 0.34% 0.75% -
XYZ 26.12 23.46 51.87 -
YUV 134.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 131 126 190 0.31 0.34 0 0.25 244.69 0.33 0.62
Hex 83 7E BE 1F 22 0 19 F5 21 3E
Octal 203 176 276 37 42 0 31 365 41 76
Binary 10000011 1111110 10111110 11111 100010 0 11001 11110101 100001 111110

Color Harmonies of #837EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EBE

Black with #837EBE

Text Example


Text Example

White with #837EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837EBE; }

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

 H1.HeaderClassName
 {
   color: #837EBE;
 }
 .AnyTagClassName
 {
   color: #837EBE;
 }
</style>

background-color css

<style>
 a { background-color: #837EBE; }

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

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

border-color css

<style>
 span { border-color: #837EBE; }

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

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