#8386CF

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

Shades of Moody Blue #8386CF

Tints of Moody Blue #8386CF

Color information

#8386CF (or 0x8386CF) is unknown color: approx Moody Blue. HEX triplet: 83, 86 and CF. RGB value is (131,134,207). Sum of RGB (Red+Green+Blue) = 131+134+207=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #8386CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386CF is #7C7930. Grayscale: #8D8D8D. Windows color (decimal): -8157489 or 13600387. OLE color: 13600387.

HSL color Cylindrical-coordinate representation of color #8386CF: hue angle of 237.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8386CF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131134207-
CMYK0.370.3500.19
HSL237.63º44.19%66.27%-
HSV(B)237.63º36.71%81.18%-
XYZ29.1526.3862.59-
YUV141.43165.01120.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=27.75%
G=28.39%
B=43.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311342070.370.3500.19237.6344.1966.27
Hex8386CF2523013ee2c42
Octal203206317454302335654102
Binary100000111000011011001111100101100011010011111011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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