#837FBB

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

Shades of Moody Blue #837FBB

Tints of Moody Blue #837FBB

Color information

#837FBB (or 0x837FBB) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and BB. RGB value is (131,127,187). Sum of RGB (Red+Green+Blue) = 131+127+187=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #837FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FBB is #7C8044. Grayscale: #868686. Windows color (decimal): -8159301 or 12287875. OLE color: 12287875.

HSL color Cylindrical-coordinate representation of color #837FBB: hue angle of 244º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #837FBB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131127187-
CMYK0.300.3200.27
HSL244º30.61%61.57%-
HSV(B)244º32.09%73.33%-
XYZ25.9223.5950.2-
YUV135.04157.33125.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=29.44%
G=28.54%
B=42.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311271870.300.3200.2724430.6161.57
Hex837FBB1E2001Bf41f3e
Octal20317727336400333643776
Binary10000011111111110111011111101000000110111111010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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