Html Css Color HEX #837ECC Moody Blue

📋 copy color: '#837ECC'

red 131 ◦ green 126 ◦ blue 204

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

Shades of Moody Blue #837ECC

Tints of Moody Blue #837ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 28.42%
G = 27.33%
B = 44.25%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#837ECC (or 0x837ECC) is known color: Moody Blue. HEX triplet: 83, 7E and CC. RGB value is (131,126,204). Sum of RGB (Red+Green+Blue) = 131+126+204=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #837ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ECC is #7C8133. Grayscale: #888888. Windows color (decimal): -8159540 or 13401731. OLE color: 13401731.

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

Color convert

RGB 131 126 204 -
CMYK 0.36 0.38 0 0.2
HSL 243.85º 0.43% 0.65% -
HSV(B) 243.85º 0.38% 0.8% -
XYZ 27.72 24.11 60.32 -
YUV 136.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 131 126 204 0.36 0.38 0 0.2 243.85 0.43 0.65
Hex 83 7E CC 24 26 0 14 F4 2B 41
Octal 203 176 314 44 46 0 24 364 53 101
Binary 10000011 1111110 11001100 100100 100110 0 10100 11110100 101011 1000001

Color Harmonies of #837ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ECC

Black with #837ECC

Text Example


Text Example

White with #837ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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