Html Css Color HEX #837CBF Moody Blue

📋 copy color: '#837CBF'

red 131 ◦ green 124 ◦ blue 191

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

Shades of Moody Blue #837CBF

Tints of Moody Blue #837CBF

RGB

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

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

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

R = 29.37%
G = 27.8%
B = 42.83%

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

#837CBF (or 0x837CBF) is known color: Moody Blue. HEX triplet: 83, 7C and BF. RGB value is (131,124,191). Sum of RGB (Red+Green+Blue) = 131+124+191=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #837CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CBF is #7C8340. Grayscale: #858585. Windows color (decimal): -8160065 or 12549251. OLE color: 12549251.

HSL color Cylindrical-coordinate representation of color #837CBF: hue angle of 246.27º 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 #837CBF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 124 191 -
CMYK 0.31 0.35 0 0.25
HSL 246.27º 0.34% 0.62% -
HSV(B) 246.27º 0.35% 0.75% -
XYZ 25.97 23 52.36 -
YUV 133.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 131 124 191 0.31 0.35 0 0.25 246.27 0.34 0.62
Hex 83 7C BF 1F 23 0 19 F6 22 3E
Octal 203 174 277 37 43 0 31 366 42 76
Binary 10000011 1111100 10111111 11111 100011 0 11001 11110110 100010 111110

Color Harmonies of #837CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CBF

Black with #837CBF

Text Example


Text Example

White with #837CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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