Html Css Color HEX #837DD3 Moody Blue

📋 copy color: '#837DD3'

red 131 ◦ green 125 ◦ blue 211

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

Shades of Moody Blue #837DD3

Tints of Moody Blue #837DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 28.05%
G = 26.77%
B = 45.18%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#837DD3 (or 0x837DD3) is known color: Moody Blue. HEX triplet: 83, 7D and D3. RGB value is (131,125,211). Sum of RGB (Red+Green+Blue) = 131+125+211=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #837DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DD3 is #7C822C. Grayscale: #888888. Windows color (decimal): -8159789 or 13860227. OLE color: 13860227.

HSL color Cylindrical-coordinate representation of color #837DD3: hue angle of 244.19º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #837DD3 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 125 211 -
CMYK 0.38 0.41 0 0.17
HSL 244.19º 0.49% 0.66% -
HSV(B) 244.19º 0.41% 0.83% -
XYZ 28.45 24.2 64.8 -
YUV 136.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 131 125 211 0.38 0.41 0 0.17 244.19 0.49 0.66
Hex 83 7D D3 26 29 0 11 F4 31 42
Octal 203 175 323 46 51 0 21 364 61 102
Binary 10000011 1111101 11010011 100110 101001 0 10001 11110100 110001 1000010

Color Harmonies of #837DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DD3

Black with #837DD3

Text Example


Text Example

White with #837DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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