#836FCC

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

Shades of Moody Blue #836FCC

Tints of Moody Blue #836FCC

Color information

#836FCC (or 0x836FCC) is unknown color: approx Moody Blue. HEX triplet: 83, 6F and CC. RGB value is (131,111,204). Sum of RGB (Red+Green+Blue) = 131+111+204=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #836FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCC is #7C9033. Grayscale: #7F7F7F. Windows color (decimal): -8163380 or 13397891. OLE color: 13397891.

HSL color Cylindrical-coordinate representation of color #836FCC: hue angle of 252.9º 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 #836FCC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131111204-
CMYK0.360.4600.2
HSL252.9º47.69%61.76%-
HSV(B)252.9º45.59%80%-
XYZ25.9420.5559.73-
YUV127.58171.13130.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=29.37%
G=24.89%
B=45.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311112040.360.4600.2252.947.6961.76
Hex836FCC242E014fd303e
Octal20315731444560243756076
Binary1000001111011111100110010010010111001010011111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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