Html Css Color HEX #836DD5 Moody Blue

📋 copy color: '#836DD5'

red 131 ◦ green 109 ◦ blue 213

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

Shades of Moody Blue #836DD5

Tints of Moody Blue #836DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 28.92%
G = 24.06%
B = 47.02%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#836DD5 (or 0x836DD5) is known color: Moody Blue. HEX triplet: 83, 6D and D5. RGB value is (131,109,213). Sum of RGB (Red+Green+Blue) = 131+109+213=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #836DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DD5 is #7C922A. Grayscale: #7F7F7F. Windows color (decimal): -8163883 or 13987203. OLE color: 13987203.

HSL color Cylindrical-coordinate representation of color #836DD5: hue angle of 252.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #836DD5 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 109 213 -
CMYK 0.38 0.49 0 0.16
HSL 252.69º 0.55% 0.63% -
HSV(B) 252.69º 0.49% 0.84% -
XYZ 26.84 20.57 65.51 -
YUV 127.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 131 109 213 0.38 0.49 0 0.16 252.69 0.55 0.63
Hex 83 6D D5 26 31 0 10 FD 37 3F
Octal 203 155 325 46 61 0 20 375 67 77
Binary 10000011 1101101 11010101 100110 110001 0 10000 11111101 110111 111111

Color Harmonies of #836DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DD5

Black with #836DD5

Text Example


Text Example

White with #836DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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