Html Css Color HEX #837CC2 Moody Blue

📋 copy color: '#837CC2'

red 131 ◦ green 124 ◦ blue 194

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

Shades of Moody Blue #837CC2

Tints of Moody Blue #837CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 29.18%
G = 27.62%
B = 43.21%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#837CC2 (or 0x837CC2) is known color: Moody Blue. HEX triplet: 83, 7C and C2. RGB value is (131,124,194). Sum of RGB (Red+Green+Blue) = 131+124+194=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #837CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CC2 is #7C833D. Grayscale: #858585. Windows color (decimal): -8160062 or 12745859. OLE color: 12745859.

HSL color Cylindrical-coordinate representation of color #837CC2: hue angle of 246º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837CC2 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 124 194 -
CMYK 0.32 0.36 0 0.24
HSL 246º 0.36% 0.62% -
HSV(B) 246º 0.36% 0.76% -
XYZ 26.31 23.14 54.12 -
YUV 134.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 131 124 194 0.32 0.36 0 0.24 246 0.36 0.62
Hex 83 7C C2 20 24 0 18 F6 24 3E
Octal 203 174 302 40 44 0 30 366 44 76
Binary 10000011 1111100 11000010 100000 100100 0 11000 11110110 100100 111110

Color Harmonies of #837CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CC2

Black with #837CC2

Text Example


Text Example

White with #837CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,194); }

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

background-color css

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

 a { background-color: rgb(131,124,194); }

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

border-color css

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

 span { border-color: rgb(131,124,194); }

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