#8386C4

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

Shades of Moody Blue #8386C4

Tints of Moody Blue #8386C4

Color information

#8386C4 (or 0x8386C4) is unknown color: approx Moody Blue. HEX triplet: 83, 86 and C4. RGB value is (131,134,196). Sum of RGB (Red+Green+Blue) = 131+134+196=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #8386C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386C4 is #7C793B. Grayscale: #8B8B8B. Windows color (decimal): -8157500 or 12879491. OLE color: 12879491.

HSL color Cylindrical-coordinate representation of color #8386C4: hue angle of 237.23º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8386C4 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131134196-
CMYK0.330.3200.23
HSL237.23º35.52%64.12%-
HSV(B)237.23º33.16%76.86%-
XYZ27.8525.8655.75-
YUV140.17159.51121.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=28.42%
G=29.07%
B=42.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311341960.330.3200.23237.2335.5264.12
Hex8386C42120017ed2440
Octal203206304414002735544100
Binary100000111000011011000100100001100000010111111011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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