#836DCA

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

Shades of Moody Blue #836DCA

Tints of Moody Blue #836DCA

Color information

#836DCA (or 0x836DCA) is unknown color: approx Moody Blue. HEX triplet: 83, 6D and CA. RGB value is (131,109,202). Sum of RGB (Red+Green+Blue) = 131+109+202=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #836DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DCA is #7C9235. Grayscale: #7D7D7D. Windows color (decimal): -8163894 or 13266307. OLE color: 13266307.

HSL color Cylindrical-coordinate representation of color #836DCA: hue angle of 254.19º degrees, saturation: 0.47, 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 #836DCA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131109202-
CMYK0.350.4600.21
HSL254.19º46.73%60.98%-
HSV(B)254.19º46.04%79.22%-
XYZ25.4920.0358.4-
YUV126.18170.79131.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=29.64%
G=24.66%
B=45.70%

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
Decimal1311092020.350.4600.21254.1946.7360.98
Hex836DCA232E015fe2f3d
Octal20315531243560253765775
Binary1000001111011011100101010001110111001010111111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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