#8679DA

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

Shades of Moody Blue #8679DA

Tints of Moody Blue #8679DA

Color information

#8679DA (or 0x8679DA) is unknown color: approx Moody Blue. HEX triplet: 86, 79 and DA. RGB value is (134,121,218). Sum of RGB (Red+Green+Blue) = 134+121+218=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #8679DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679DA is #798625. Grayscale: #878787. Windows color (decimal): -7964198 or 14317958. OLE color: 14317958.

HSL color Cylindrical-coordinate representation of color #8679DA: hue angle of 248.04º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8679DA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134121218-
CMYK0.390.4400.15
HSL248.04º56.73%66.47%-
HSV(B)248.04º44.5%85.49%-
XYZ29.3223.8169.38-
YUV135.94174.31126.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=28.33%
G=25.58%
B=46.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341212180.390.4400.15248.0456.7366.47
Hex8679DA272C0Ff83942
Octal206171332475401737071102
Binary1000011011110011101101010011110110001111111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8679DA; }

 p { color: rgb(134,121,218); }

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

<style>
 a { background-color: #8679DA; }

 a { background-color: rgb(134,121,218); }

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

<style>
 span { border-color: #8679DA; }

 span { border-color: rgb(134,121,218); }

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