Html Css Color HEX #836DD2 Moody Blue

📋 copy color: '#836DD2'

red 131 ◦ green 109 ◦ blue 210

#836DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #836DD2

Tints of Moody Blue #836DD2

RGB

 RED value IS 131 (51.56% from 255) = 29.11%

 GREEN value IS 109 (42.97% from 255) = 24.22%

 BLUE value IS 210 (82.42% from 255) = 46.67%

R = 29.11%
G = 24.22%
B = 46.67%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#836DD2 (or 0x836DD2) is known color: Moody Blue. HEX triplet: 83, 6D and D2. RGB value is (131,109,210). Sum of RGB (Red+Green+Blue) = 131+109+210=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #836DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DD2 is #7C922D. Grayscale: #7E7E7E. Windows color (decimal): -8163886 or 13790595. OLE color: 13790595.

HSL color Cylindrical-coordinate representation of color #836DD2: hue angle of 253.07º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #836DD2 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 109 210 -
CMYK 0.38 0.48 0 0.18
HSL 253.07º 0.53% 0.63% -
HSV(B) 253.07º 0.48% 0.82% -
XYZ 26.46 20.42 63.52 -
YUV 127.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 131 109 210 0.38 0.48 0 0.18 253.07 0.53 0.63
Hex 83 6D D2 26 30 0 12 FD 35 3F
Octal 203 155 322 46 60 0 22 375 65 77
Binary 10000011 1101101 11010010 100110 110000 0 10010 11111101 110101 111111

Color Harmonies of #836DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DD2

Black with #836DD2

Text Example


Text Example

White with #836DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #836DD2;
 }
 .AnyTagClassName
 {
   color: #836DD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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