#837FBC

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

Shades of Moody Blue #837FBC

Tints of Moody Blue #837FBC

Color information

#837FBC (or 0x837FBC) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and BC. RGB value is (131,127,188). Sum of RGB (Red+Green+Blue) = 131+127+188=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #837FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FBC is #7C8043. Grayscale: #868686. Windows color (decimal): -8159300 or 12353411. OLE color: 12353411.

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

Color convert

RGB131127188-
CMYK0.300.3200.26
HSL243.93º31.28%61.76%-
HSV(B)243.93º32.45%73.73%-
XYZ26.0323.6350.77-
YUV135.15157.83125.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=29.37%
G=28.48%
B=42.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311271880.300.3200.26243.9331.2861.76
Hex837FBC1E2001Af41f3e
Octal20317727436400323643776
Binary10000011111111110111100111101000000110101111010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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