#8778BF

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

Shades of Moody Blue #8778BF

Tints of Moody Blue #8778BF

Color information

#8778BF (or 0x8778BF) is unknown color: approx Moody Blue. HEX triplet: 87, 78 and BF. RGB value is (135,120,191). Sum of RGB (Red+Green+Blue) = 135+120+191=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #8778BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778BF is #788740. Grayscale: #848484. Windows color (decimal): -7898945 or 12548231. OLE color: 12548231.

HSL color Cylindrical-coordinate representation of color #8778BF: hue angle of 252.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8778BF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135120191-
CMYK0.290.3700.25
HSL252.68º35.68%60.98%-
HSV(B)252.68º37.17%74.9%-
XYZ26.1122.3552.23-
YUV132.58160.97129.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 191 (75% from 255) = 42.83%
R=30.27%
G=26.91%
B=42.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351201910.290.3700.25252.6835.6860.98
Hex8778BF1D25019fd243d
Octal20717027735450313754475
Binary100001111111000101111111110110010101100111111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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