#836FCD

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

Shades of Moody Blue #836FCD

Tints of Moody Blue #836FCD

Color information

#836FCD (or 0x836FCD) is unknown color: approx Moody Blue. HEX triplet: 83, 6F and CD. RGB value is (131,111,205). Sum of RGB (Red+Green+Blue) = 131+111+205=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #836FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCD is #7C9032. Grayscale: #7F7F7F. Windows color (decimal): -8163379 or 13463427. OLE color: 13463427.

HSL color Cylindrical-coordinate representation of color #836FCD: hue angle of 252.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #836FCD is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131111205-
CMYK0.360.4600.20
HSL252.77º48.45%61.96%-
HSV(B)252.77º45.85%80.39%-
XYZ26.0620.660.36-
YUV127.7171.63130.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=29.31%
G=24.83%
B=45.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311112050.360.4600.20252.7748.4561.96
Hex836FCD242E014fd303e
Octal20315731544560243756076
Binary1000001111011111100110110010010111001010011111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,111,205); }

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

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

 a { background-color: rgb(131,111,205); }

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

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

 span { border-color: rgb(131,111,205); }

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