Html Css Color HEX #837DBF Moody Blue

📋 copy color: '#837DBF'

red 131 ◦ green 125 ◦ blue 191

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

Shades of Moody Blue #837DBF

Tints of Moody Blue #837DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 29.31%
G = 27.96%
B = 42.73%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#837DBF (or 0x837DBF) is known color: Moody Blue. HEX triplet: 83, 7D and BF. RGB value is (131,125,191). Sum of RGB (Red+Green+Blue) = 131+125+191=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #837DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DBF is #7C8240. Grayscale: #868686. Windows color (decimal): -8159809 or 12549507. OLE color: 12549507.

HSL color Cylindrical-coordinate representation of color #837DBF: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837DBF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 125 191 -
CMYK 0.31 0.35 0 0.25
HSL 245.45º 0.34% 0.62% -
HSV(B) 245.45º 0.35% 0.75% -
XYZ 26.1 23.25 52.4 -
YUV 134.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 131 125 191 0.31 0.35 0 0.25 245.45 0.34 0.62
Hex 83 7D BF 1F 23 0 19 F5 22 3E
Octal 203 175 277 37 43 0 31 365 42 76
Binary 10000011 1111101 10111111 11111 100011 0 11001 11110101 100010 111110

Color Harmonies of #837DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DBF

Black with #837DBF

Text Example


Text Example

White with #837DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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