#8681DA

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

Shades of Moody Blue #8681DA

Tints of Moody Blue #8681DA

Color information

#8681DA (or 0x8681DA) is unknown color: approx Moody Blue. HEX triplet: 86, 81 and DA. RGB value is (134,129,218). Sum of RGB (Red+Green+Blue) = 134+129+218=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8681DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681DA is #797E25. Grayscale: #8C8C8C. Windows color (decimal): -7962150 or 14320006. OLE color: 14320006.

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

Color convert

RGB134129218-
CMYK0.390.4100.15
HSL243.37º54.6%68.04%-
HSV(B)243.37º40.83%85.49%-
XYZ30.3425.8369.72-
YUV140.64171.66123.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=27.86%
G=26.82%
B=45.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341292180.390.4100.15243.3754.668.04
Hex8681DA27290Ff33744
Octal206201332475101736367104
Binary10000110100000011101101010011110100101111111100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8681DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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