#8780BF

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

Shades of Moody Blue #8780BF

Tints of Moody Blue #8780BF

Color information

#8780BF (or 0x8780BF) is unknown color: approx Moody Blue. HEX triplet: 87, 80 and BF. RGB value is (135,128,191). Sum of RGB (Red+Green+Blue) = 135+128+191=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #8780BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8780BF is #787F40. Grayscale: #898989. Windows color (decimal): -7896897 or 12550279. OLE color: 12550279.

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

Color convert

RGB135128191-
CMYK0.290.3300.25
HSL246.67º32.98%62.55%-
HSV(B)246.67º32.98%74.9%-
XYZ27.1124.3552.56-
YUV137.27158.32126.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 191 (75% from 255) = 42.07%
R=29.74%
G=28.19%
B=42.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351281910.290.3300.25246.6732.9862.55
Hex8780BF1D21019f7213f
Octal20720027735410313674177
Binary1000011110000000101111111110110000101100111110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8780BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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