#836ED7

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

Shades of Moody Blue #836ED7

Tints of Moody Blue #836ED7

Color information

#836ED7 (or 0x836ED7) is unknown color: approx Moody Blue. HEX triplet: 83, 6E and D7. RGB value is (131,110,215). Sum of RGB (Red+Green+Blue) = 131+110+215=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #836ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ED7 is #7C9128. Grayscale: #7F7F7F. Windows color (decimal): -8163625 or 14118531. OLE color: 14118531.

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

Color convert

RGB131110215-
CMYK0.390.4900.16
HSL252º56.76%63.73%-
HSV(B)252º48.84%84.31%-
XYZ27.220.8866.89-
YUV128.25176.96129.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 215 (84.38% from 255) = 47.15%
R=28.73%
G=24.12%
B=47.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311102150.390.4900.1625256.7663.73
Hex836ED72731010fc3940
Octal203156327476102037471100
Binary10000011110111011010111100111110001010000111111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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