#837FAF

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

Shades of Moody Blue #837FAF

Tints of Moody Blue #837FAF

Color information

#837FAF (or 0x837FAF) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and AF. RGB value is (131,127,175). Sum of RGB (Red+Green+Blue) = 131+127+175=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #837FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAF is #7C8050. Grayscale: #858585. Windows color (decimal): -8159313 or 11501443. OLE color: 11501443.

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

Color convert

RGB131127175-
CMYK0.250.2700.31
HSL245º23.08%59.22%-
HSV(B)245º27.43%68.63%-
XYZ24.6923.143.71-
YUV133.67151.33126.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=30.25%
G=29.33%
B=40.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311271750.250.2700.3124523.0859.22
Hex837FAF191B01Ff5173b
Octal20317725731330373652773
Binary1000001111111111010111111001110110111111111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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