Html Css Color HEX #837EC4 Moody Blue

📋 copy color: '#837EC4'

red 131 ◦ green 126 ◦ blue 196

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

Shades of Moody Blue #837EC4

Tints of Moody Blue #837EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 28.92%
G = 27.81%
B = 43.27%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#837EC4 (or 0x837EC4) is known color: Moody Blue. HEX triplet: 83, 7E and C4. RGB value is (131,126,196). Sum of RGB (Red+Green+Blue) = 131+126+196=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #837EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EC4 is #7C813B. Grayscale: #878787. Windows color (decimal): -8159548 or 12877443. OLE color: 12877443.

HSL color Cylindrical-coordinate representation of color #837EC4: hue angle of 244.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837EC4 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 126 196 -
CMYK 0.33 0.36 0 0.23
HSL 244.29º 0.37% 0.63% -
HSV(B) 244.29º 0.36% 0.77% -
XYZ 26.78 23.73 55.39 -
YUV 135.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 131 126 196 0.33 0.36 0 0.23 244.29 0.37 0.63
Hex 83 7E C4 21 24 0 17 F4 25 3F
Octal 203 176 304 41 44 0 27 364 45 77
Binary 10000011 1111110 11000100 100001 100100 0 10111 11110100 100101 111111

Color Harmonies of #837EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EC4

Black with #837EC4

Text Example


Text Example

White with #837EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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