#8685D4

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

Shades of Moody Blue #8685D4

Tints of Moody Blue #8685D4

Color information

#8685D4 (or 0x8685D4) is unknown color: approx Moody Blue. HEX triplet: 86, 85 and D4. RGB value is (134,133,212). Sum of RGB (Red+Green+Blue) = 134+133+212=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #8685D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685D4 is #797A2B. Grayscale: #8D8D8D. Windows color (decimal): -7961132 or 13927814. OLE color: 13927814.

HSL color Cylindrical-coordinate representation of color #8685D4: hue angle of 240.76º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8685D4 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134133212-
CMYK0.370.3700.17
HSL240.76º47.88%67.65%-
HSV(B)240.76º37.26%83.14%-
XYZ30.126.665.83-
YUV142.3167.33122.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 212 (83.20% from 255) = 44.26%
R=27.97%
G=27.77%
B=44.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341332120.370.3700.17240.7647.8867.65
Hex8685D42525011f13044
Octal206205324454502136160104
Binary100001101000010111010100100101100101010001111100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8685D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8685D4; }

 p { color: rgb(134,133,212); }

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

<style>
 a { background-color: #8685D4; }

 a { background-color: rgb(134,133,212); }

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

<style>
 span { border-color: #8685D4; }

 span { border-color: rgb(134,133,212); }

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