#8779DA

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

Shades of Moody Blue #8779DA

Tints of Moody Blue #8779DA

Color information

#8779DA (or 0x8779DA) is unknown color: approx Moody Blue. HEX triplet: 87, 79 and DA. RGB value is (135,121,218). Sum of RGB (Red+Green+Blue) = 135+121+218=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #8779DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779DA is #788625. Grayscale: #878787. Windows color (decimal): -7898662 or 14317959. OLE color: 14317959.

HSL color Cylindrical-coordinate representation of color #8779DA: hue angle of 248.66º 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 #8779DA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135121218-
CMYK0.380.4400.15
HSL248.66º56.73%66.47%-
HSV(B)248.66º44.5%85.49%-
XYZ29.4823.8969.39-
YUV136.24174.14127.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=28.48%
G=25.53%
B=45.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351212180.380.4400.15248.6656.7366.47
Hex8779DA262C0Ff93942
Octal207171332465401737171102
Binary1000011111110011101101010011010110001111111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8779DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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