Html Css Color HEX #837DC2 Moody Blue

📋 copy color: '#837DC2'

red 131 ◦ green 125 ◦ blue 194

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

Shades of Moody Blue #837DC2

Tints of Moody Blue #837DC2

RGB

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

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

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

R = 29.11%
G = 27.78%
B = 43.11%

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

#837DC2 (or 0x837DC2) is known color: Moody Blue. HEX triplet: 83, 7D and C2. RGB value is (131,125,194). Sum of RGB (Red+Green+Blue) = 131+125+194=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #837DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DC2 is #7C823D. Grayscale: #868686. Windows color (decimal): -8159806 or 12746115. OLE color: 12746115.

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

Color convert

RGB 131 125 194 -
CMYK 0.32 0.36 0 0.24
HSL 245.22º 0.36% 0.63% -
HSV(B) 245.22º 0.36% 0.76% -
XYZ 26.43 23.39 54.16 -
YUV 134.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 131 125 194 0.32 0.36 0 0.24 245.22 0.36 0.63
Hex 83 7D C2 20 24 0 18 F5 24 3F
Octal 203 175 302 40 44 0 30 365 44 77
Binary 10000011 1111101 11000010 100000 100100 0 11000 11110101 100100 111111

Color Harmonies of #837DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DC2

Black with #837DC2

Text Example


Text Example

White with #837DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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