Html Css Color HEX #837ECF Moody Blue

📋 copy color: '#837ECF'

red 131 ◦ green 126 ◦ blue 207

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

Shades of Moody Blue #837ECF

Tints of Moody Blue #837ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 28.23%
G = 27.16%
B = 44.61%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#837ECF (or 0x837ECF) is known color: Moody Blue. HEX triplet: 83, 7E and CF. RGB value is (131,126,207). Sum of RGB (Red+Green+Blue) = 131+126+207=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #837ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ECF is #7C8130. Grayscale: #888888. Windows color (decimal): -8159537 or 13598339. OLE color: 13598339.

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

Color convert

RGB 131 126 207 -
CMYK 0.37 0.39 0 0.19
HSL 243.7º 0.46% 0.65% -
HSV(B) 243.7º 0.39% 0.81% -
XYZ 28.08 24.25 62.23 -
YUV 136.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 131 126 207 0.37 0.39 0 0.19 243.7 0.46 0.65
Hex 83 7E CF 25 27 0 13 F4 2E 41
Octal 203 176 317 45 47 0 23 364 56 101
Binary 10000011 1111110 11001111 100101 100111 0 10011 11110100 101110 1000001

Color Harmonies of #837ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ECF

Black with #837ECF

Text Example


Text Example

White with #837ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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