Html Css Color HEX #837EE0 Moody Blue

📋 copy color: '#837EE0'

red 131 ◦ green 126 ◦ blue 224

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

Shades of Moody Blue #837EE0

Tints of Moody Blue #837EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 27.23%
G = 26.2%
B = 46.57%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#837EE0 (or 0x837EE0) is known color: Moody Blue. HEX triplet: 83, 7E and E0. RGB value is (131,126,224). Sum of RGB (Red+Green+Blue) = 131+126+224=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #837EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EE0 is #7C811F. Grayscale: #8A8A8A. Windows color (decimal): -8159520 or 14712451. OLE color: 14712451.

HSL color Cylindrical-coordinate representation of color #837EE0: hue angle of 243.06º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837EE0 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 126 224 -
CMYK 0.42 0.44 0 0.12
HSL 243.06º 0.61% 0.69% -
HSV(B) 243.06º 0.44% 0.88% -
XYZ 30.28 25.13 73.78 -
YUV 138.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 131 126 224 0.42 0.44 0 0.12 243.06 0.61 0.69
Hex 83 7E E0 2A 2C 0 C F3 3D 45
Octal 203 176 340 52 54 0 14 363 75 105
Binary 10000011 1111110 11100000 101010 101100 0 1100 11110011 111101 1000101

Color Harmonies of #837EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EE0

Black with #837EE0

Text Example


Text Example

White with #837EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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