#8386CC

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

Shades of Moody Blue #8386CC

Tints of Moody Blue #8386CC

Color information

#8386CC (or 0x8386CC) is unknown color: approx Moody Blue. HEX triplet: 83, 86 and CC. RGB value is (131,134,204). Sum of RGB (Red+Green+Blue) = 131+134+204=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8386CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386CC is #7C7933. Grayscale: #8C8C8C. Windows color (decimal): -8157492 or 13403779. OLE color: 13403779.

HSL color Cylindrical-coordinate representation of color #8386CC: hue angle of 237.53º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8386CC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131134204-
CMYK0.360.3400.2
HSL237.53º41.71%65.69%-
HSV(B)237.53º35.78%80%-
XYZ28.7826.2460.67-
YUV141.08163.51120.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.93%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=27.93%
G=28.57%
B=43.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311342040.360.3400.2237.5341.7165.69
Hex8386CC2422014ee2a42
Octal203206314444202435652102
Binary100000111000011011001100100100100010010100111011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8386CC; }

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

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

<style>
 a { background-color: #8386CC; }

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

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

<style>
 span { border-color: #8386CC; }

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

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