#836DCE

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

Shades of Moody Blue #836DCE

Tints of Moody Blue #836DCE

Color information

#836DCE (or 0x836DCE) is unknown color: approx Moody Blue. HEX triplet: 83, 6D and CE. RGB value is (131,109,206). Sum of RGB (Red+Green+Blue) = 131+109+206=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #836DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCE is #7C9231. Grayscale: #7E7E7E. Windows color (decimal): -8163890 or 13528451. OLE color: 13528451.

HSL color Cylindrical-coordinate representation of color #836DCE: hue angle of 253.61º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836DCE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131109206-
CMYK0.360.4700.19
HSL253.61º49.74%61.76%-
HSV(B)253.61º47.09%80.78%-
XYZ25.9720.2260.93-
YUV126.64172.79131.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=29.37%
G=24.44%
B=46.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311092060.360.4700.19253.6149.7461.76
Hex836DCE242F013fe323e
Octal20315531644570233766276
Binary1000001111011011100111010010010111101001111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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