#836DCC

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

Shades of Moody Blue #836DCC

Tints of Moody Blue #836DCC

Color information

#836DCC (or 0x836DCC) is unknown color: approx Moody Blue. HEX triplet: 83, 6D and CC. RGB value is (131,109,204). Sum of RGB (Red+Green+Blue) = 131+109+204=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #836DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCC is #7C9233. Grayscale: #7E7E7E. Windows color (decimal): -8163892 or 13397379. OLE color: 13397379.

HSL color Cylindrical-coordinate representation of color #836DCC: hue angle of 253.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836DCC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131109204-
CMYK0.360.4700.2
HSL253.89º48.22%61.37%-
HSV(B)253.89º46.57%80%-
XYZ25.7320.1259.65-
YUV126.41171.79131.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=29.50%
G=24.55%
B=45.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311092040.360.4700.2253.8948.2261.37
Hex836DCC242F014fe303d
Octal20315531444570243766075
Binary1000001111011011100110010010010111101010011111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,109,204); }

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

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

 a { background-color: rgb(131,109,204); }

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

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

 span { border-color: rgb(131,109,204); }

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