#837FB7

Color #837FB7 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #837FB7

Tints of Moody Blue #837FB7

Color information

#837FB7 (or 0x837FB7) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and B7. RGB value is (131,127,183). Sum of RGB (Red+Green+Blue) = 131+127+183=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #837FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FB7 is #7C8048. Grayscale: #868686. Windows color (decimal): -8159305 or 12025731. OLE color: 12025731.

HSL color Cylindrical-coordinate representation of color #837FB7: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #837FB7 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB131127183-
CMYK0.280.3100.28
HSL244.29º28%60.78%-
HSV(B)244.29º30.6%71.76%-
XYZ25.523.4247.98-
YUV134.58155.33125.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=29.71%
G=28.80%
B=41.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311271830.280.3100.28244.292860.78
Hex837FB71C1F01Cf41c3d
Octal20317726734370343643475
Binary1000001111111111011011111100111110111001111010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,127,183); }

 H1.HeaderClassName
 {
   color: #837FB7;
 }
 .AnyTagClassName
 {
   color: #837FB7;
 }
</style>
background-color css

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

 a { background-color: rgb(131,127,183); }

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

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

 span { border-color: rgb(131,127,183); }

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