Html Css Color HEX #837ED0 Moody Blue

📋 copy color: '#837ED0'

red 131 ◦ green 126 ◦ blue 208

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

Shades of Moody Blue #837ED0

Tints of Moody Blue #837ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 28.17%
G = 27.1%
B = 44.73%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#837ED0 (or 0x837ED0) is known color: Moody Blue. HEX triplet: 83, 7E and D0. RGB value is (131,126,208). Sum of RGB (Red+Green+Blue) = 131+126+208=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #837ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ED0 is #7C812F. Grayscale: #888888. Windows color (decimal): -8159536 or 13663875. OLE color: 13663875.

HSL color Cylindrical-coordinate representation of color #837ED0: hue angle of 243.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837ED0 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 126 208 -
CMYK 0.37 0.39 0 0.18
HSL 243.66º 0.47% 0.65% -
HSV(B) 243.66º 0.39% 0.82% -
XYZ 28.21 24.3 62.88 -
YUV 136.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 131 126 208 0.37 0.39 0 0.18 243.66 0.47 0.65
Hex 83 7E D0 25 27 0 12 F4 2F 41
Octal 203 176 320 45 47 0 22 364 57 101
Binary 10000011 1111110 11010000 100101 100111 0 10010 11110100 101111 1000001

Color Harmonies of #837ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ED0

Black with #837ED0

Text Example


Text Example

White with #837ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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