#837FB0

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

Shades of Moody Blue #837FB0

Tints of Moody Blue #837FB0

Color information

#837FB0 (or 0x837FB0) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and B0. RGB value is (131,127,176). Sum of RGB (Red+Green+Blue) = 131+127+176=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #837FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FB0 is #7C804F. Grayscale: #858585. Windows color (decimal): -8159312 or 11566979. OLE color: 11566979.

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

Color convert

RGB131127176-
CMYK0.260.2800.31
HSL244.9º23.67%59.41%-
HSV(B)244.9º27.84%69.02%-
XYZ24.7923.1444.23-
YUV133.78151.83126.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=30.18%
G=29.26%
B=40.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311271760.260.2800.31244.923.6759.41
Hex837FB01A1C01Ff5183b
Octal20317726032340373653073
Binary1000001111111111011000011010111000111111111010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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