#836BD3

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

Shades of Moody Blue #836BD3

Tints of Moody Blue #836BD3

Color information

#836BD3 (or 0x836BD3) is unknown color: approx Moody Blue. HEX triplet: 83, 6B and D3. RGB value is (131,107,211). Sum of RGB (Red+Green+Blue) = 131+107+211=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #836BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BD3 is #7C942C. Grayscale: #7D7D7D. Windows color (decimal): -8164397 or 13855619. OLE color: 13855619.

HSL color Cylindrical-coordinate representation of color #836BD3: hue angle of 253.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #836BD3 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB131107211-
CMYK0.380.4900.17
HSL253.85º54.17%62.35%-
HSV(B)253.85º49.29%82.75%-
XYZ26.3820.0464.11-
YUV126.03175.95131.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 211 (82.81% from 255) = 46.99%
R=29.18%
G=23.83%
B=46.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1311072110.380.4900.17253.8554.1762.35
Hex836BD32631011fe363e
Octal20315332346610213766676
Binary1000001111010111101001110011011000101000111111110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,211); }

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

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

 a { background-color: rgb(131,107,211); }

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

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

 span { border-color: rgb(131,107,211); }

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