#8779BF

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

Shades of Moody Blue #8779BF

Tints of Moody Blue #8779BF

Color information

#8779BF (or 0x8779BF) is unknown color: approx Moody Blue. HEX triplet: 87, 79 and BF. RGB value is (135,121,191). Sum of RGB (Red+Green+Blue) = 135+121+191=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #8779BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779BF is #788640. Grayscale: #848484. Windows color (decimal): -7898689 or 12548487. OLE color: 12548487.

HSL color Cylindrical-coordinate representation of color #8779BF: hue angle of 252º degrees, saturation: 0.35, 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 #8779BF is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135121191-
CMYK0.290.3700.25
HSL252º35.35%61.18%-
HSV(B)252º36.65%74.9%-
XYZ26.2322.5952.27-
YUV133.17160.64129.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 191 (75% from 255) = 42.73%
R=30.20%
G=27.07%
B=42.73%

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
Decimal1351211910.290.3700.2525235.3561.18
Hex8779BF1D25019fc233d
Octal20717127735450313744375
Binary100001111111001101111111110110010101100111111100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8779BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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