Html Css Color HEX #837EBF Moody Blue

📋 copy color: '#837EBF'

red 131 ◦ green 126 ◦ blue 191

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

Shades of Moody Blue #837EBF

Tints of Moody Blue #837EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 29.24%
G = 28.13%
B = 42.63%

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

#837EBF (or 0x837EBF) is known color: Moody Blue. HEX triplet: 83, 7E and BF. RGB value is (131,126,191). Sum of RGB (Red+Green+Blue) = 131+126+191=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #837EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EBF is #7C8140. Grayscale: #868686. Windows color (decimal): -8159553 or 12549763. OLE color: 12549763.

HSL color Cylindrical-coordinate representation of color #837EBF: hue angle of 244.62º degrees, saturation: 0.34, 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 #837EBF is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 126 191 -
CMYK 0.31 0.34 0 0.25
HSL 244.62º 0.34% 0.62% -
HSV(B) 244.62º 0.34% 0.75% -
XYZ 26.22 23.51 52.45 -
YUV 134.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 131 126 191 0.31 0.34 0 0.25 244.62 0.34 0.62
Hex 83 7E BF 1F 22 0 19 F5 22 3E
Octal 203 176 277 37 42 0 31 365 42 76
Binary 10000011 1111110 10111111 11111 100010 0 11001 11110101 100010 111110

Color Harmonies of #837EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EBF

Black with #837EBF

Text Example


Text Example

White with #837EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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