Html Css Color HEX #837DE0 Moody Blue

📋 copy color: '#837DE0'

red 131 ◦ green 125 ◦ blue 224

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

Shades of Moody Blue #837DE0

Tints of Moody Blue #837DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

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

R = 27.29%
G = 26.04%
B = 46.67%

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

#837DE0 (or 0x837DE0) is known color: Moody Blue. HEX triplet: 83, 7D and E0. RGB value is (131,125,224). Sum of RGB (Red+Green+Blue) = 131+125+224=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #837DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DE0 is #7C821F. Grayscale: #898989. Windows color (decimal): -8159776 or 14712195. OLE color: 14712195.

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

Color convert

RGB 131 125 224 -
CMYK 0.42 0.44 0 0.12
HSL 243.64º 0.61% 0.68% -
HSV(B) 243.64º 0.44% 0.88% -
XYZ 30.15 24.87 73.73 -
YUV 138.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 131 125 224 0.42 0.44 0 0.12 243.64 0.61 0.68
Hex 83 7D E0 2A 2C 0 C F4 3D 44
Octal 203 175 340 52 54 0 14 364 75 104
Binary 10000011 1111101 11100000 101010 101100 0 1100 11110100 111101 1000100

Color Harmonies of #837DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DE0

Black with #837DE0

Text Example


Text Example

White with #837DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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