#836FBF

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

Shades of Moody Blue #836FBF

Tints of Moody Blue #836FBF

Color information

#836FBF (or 0x836FBF) is unknown color: approx Moody Blue. HEX triplet: 83, 6F and BF. RGB value is (131,111,191). Sum of RGB (Red+Green+Blue) = 131+111+191=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #836FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FBF is #7C9040. Grayscale: #7D7D7D. Windows color (decimal): -8163393 or 12545923. OLE color: 12545923.

HSL color Cylindrical-coordinate representation of color #836FBF: hue angle of 255º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836FBF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131111191-
CMYK0.310.4200.25
HSL255º38.46%59.22%-
HSV(B)255º41.88%74.9%-
XYZ24.4519.9651.85-
YUV126.1164.63131.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 191 (75% from 255) = 44.11%
R=30.25%
G=25.64%
B=44.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311111910.310.4200.2525538.4659.22
Hex836FBF1F2A019ff263b
Octal20315727737520313774673
Binary100000111101111101111111111110101001100111111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836FBF; }

 p { color: rgb(131,111,191); }

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

<style>
 a { background-color: #836FBF; }

 a { background-color: rgb(131,111,191); }

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

<style>
 span { border-color: #836FBF; }

 span { border-color: rgb(131,111,191); }

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