Html Css Color HEX #837ECD Moody Blue

📋 copy color: '#837ECD'

red 131 ◦ green 126 ◦ blue 205

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

Shades of Moody Blue #837ECD

Tints of Moody Blue #837ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 28.35%
G = 27.27%
B = 44.37%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#837ECD (or 0x837ECD) is known color: Moody Blue. HEX triplet: 83, 7E and CD. RGB value is (131,126,205). Sum of RGB (Red+Green+Blue) = 131+126+205=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #837ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ECD is #7C8132. Grayscale: #888888. Windows color (decimal): -8159539 or 13467267. OLE color: 13467267.

HSL color Cylindrical-coordinate representation of color #837ECD: hue angle of 243.8º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837ECD is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 126 205 -
CMYK 0.36 0.39 0 0.20
HSL 243.8º 0.44% 0.65% -
HSV(B) 243.8º 0.39% 0.8% -
XYZ 27.84 24.15 60.95 -
YUV 136.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 131 126 205 0.36 0.39 0 0.20 243.8 0.44 0.65
Hex 83 7E CD 24 27 0 14 F4 2C 41
Octal 203 176 315 44 47 0 24 364 54 101
Binary 10000011 1111110 11001101 100100 100111 0 10100 11110100 101100 1000001

Color Harmonies of #837ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ECD

Black with #837ECD

Text Example


Text Example

White with #837ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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