#8778D4

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

Shades of Moody Blue #8778D4

Tints of Moody Blue #8778D4

Color information

#8778D4 (or 0x8778D4) is unknown color: approx Moody Blue. HEX triplet: 87, 78 and D4. RGB value is (135,120,212). Sum of RGB (Red+Green+Blue) = 135+120+212=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #8778D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778D4 is #78872B. Grayscale: #868686. Windows color (decimal): -7898924 or 13924487. OLE color: 13924487.

HSL color Cylindrical-coordinate representation of color #8778D4: hue angle of 249.78º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8778D4 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135120212-
CMYK0.360.4300.17
HSL249.78º51.69%65.1%-
HSV(B)249.78º43.4%83.14%-
XYZ28.5923.3465.28-
YUV134.97171.47128.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=28.91%
G=25.70%
B=45.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351202120.360.4300.17249.7851.6965.1
Hex8778D4242B011fa3441
Octal207170324445302137264101
Binary10000111111100011010100100100101011010001111110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,120,212); }

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

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

 a { background-color: rgb(135,120,212); }

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

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

 span { border-color: rgb(135,120,212); }

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