Html Css Color HEX #837EC6 Moody Blue

📋 copy color: '#837EC6'

red 131 ◦ green 126 ◦ blue 198

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

Shades of Moody Blue #837EC6

Tints of Moody Blue #837EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 28.79%
G = 27.69%
B = 43.52%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#837EC6 (or 0x837EC6) is known color: Moody Blue. HEX triplet: 83, 7E and C6. RGB value is (131,126,198). Sum of RGB (Red+Green+Blue) = 131+126+198=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #837EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EC6 is #7C8139. Grayscale: #878787. Windows color (decimal): -8159546 or 13008515. OLE color: 13008515.

HSL color Cylindrical-coordinate representation of color #837EC6: hue angle of 244.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837EC6 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 126 198 -
CMYK 0.34 0.36 0 0.22
HSL 244.17º 0.39% 0.64% -
HSV(B) 244.17º 0.36% 0.78% -
XYZ 27.01 23.82 56.6 -
YUV 135.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 131 126 198 0.34 0.36 0 0.22 244.17 0.39 0.64
Hex 83 7E C6 22 24 0 16 F4 27 40
Octal 203 176 306 42 44 0 26 364 47 100
Binary 10000011 1111110 11000110 100010 100100 0 10110 11110100 100111 1000000

Color Harmonies of #837EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EC6

Black with #837EC6

Text Example


Text Example

White with #837EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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