Html Css Color HEX #836ED0 Moody Blue

📋 copy color: '#836ED0'

red 131 ◦ green 110 ◦ blue 208

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

Shades of Moody Blue #836ED0

Tints of Moody Blue #836ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 208 (81.64% from 255) = 46.33%

R = 29.18%
G = 24.5%
B = 46.33%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#836ED0 (or 0x836ED0) is known color: Moody Blue. HEX triplet: 83, 6E and D0. RGB value is (131,110,208). Sum of RGB (Red+Green+Blue) = 131+110+208=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #836ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ED0 is #7C912F. Grayscale: #7F7F7F. Windows color (decimal): -8163632 or 13659779. OLE color: 13659779.

HSL color Cylindrical-coordinate representation of color #836ED0: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836ED0 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 110 208 -
CMYK 0.37 0.47 0 0.18
HSL 252.86º 0.51% 0.62% -
HSV(B) 252.86º 0.47% 0.82% -
XYZ 26.32 20.53 62.25 -
YUV 127.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 131 110 208 0.37 0.47 0 0.18 252.86 0.51 0.62
Hex 83 6E D0 25 2F 0 12 FD 33 3E
Octal 203 156 320 45 57 0 22 375 63 76
Binary 10000011 1101110 11010000 100101 101111 0 10010 11111101 110011 111110

Color Harmonies of #836ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ED0

Black with #836ED0

Text Example


Text Example

White with #836ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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