#836ECA

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

Shades of Moody Blue #836ECA

Tints of Moody Blue #836ECA

Color information

#836ECA (or 0x836ECA) is unknown color: approx Moody Blue. HEX triplet: 83, 6E and CA. RGB value is (131,110,202). Sum of RGB (Red+Green+Blue) = 131+110+202=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #836ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ECA is #7C9135. Grayscale: #7E7E7E. Windows color (decimal): -8163638 or 13266563. OLE color: 13266563.

HSL color Cylindrical-coordinate representation of color #836ECA: hue angle of 253.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #836ECA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131110202-
CMYK0.350.4600.21
HSL253.7º46.46%61.18%-
HSV(B)253.7º45.54%79.22%-
XYZ25.620.2458.44-
YUV126.77170.46131.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=29.57%
G=24.83%
B=45.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311102020.350.4600.21253.746.4661.18
Hex836ECA232E015fe2e3d
Octal20315631243560253765675
Binary1000001111011101100101010001110111001010111111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,110,202); }

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

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

 a { background-color: rgb(131,110,202); }

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

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

 span { border-color: rgb(131,110,202); }

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