#8778BB

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

Shades of Moody Blue #8778BB

Tints of Moody Blue #8778BB

Color information

#8778BB (or 0x8778BB) is unknown color: approx Moody Blue. HEX triplet: 87, 78 and BB. RGB value is (135,120,187). Sum of RGB (Red+Green+Blue) = 135+120+187=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #8778BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778BB is #788744. Grayscale: #838383. Windows color (decimal): -7898949 or 12286087. OLE color: 12286087.

HSL color Cylindrical-coordinate representation of color #8778BB: hue angle of 253.43º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8778BB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135120187-
CMYK0.280.3600.27
HSL253.43º33%60.2%-
HSV(B)253.43º35.83%73.33%-
XYZ25.6822.1749.94-
YUV132.12158.97130.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=30.54%
G=27.15%
B=42.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351201870.280.3600.27253.433360.2
Hex8778BB1C2401Bfd213c
Octal20717027334440333754174
Binary100001111111000101110111110010010001101111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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