#877BBB

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

Shades of Moody Blue #877BBB

Tints of Moody Blue #877BBB

Color information

#877BBB (or 0x877BBB) is unknown color: approx Moody Blue. HEX triplet: 87, 7B and BB. RGB value is (135,123,187). Sum of RGB (Red+Green+Blue) = 135+123+187=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #877BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBB is #788444. Grayscale: #858585. Windows color (decimal): -7898181 or 12286855. OLE color: 12286855.

HSL color Cylindrical-coordinate representation of color #877BBB: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877BBB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135123187-
CMYK0.280.3400.27
HSL251.25º32%60.78%-
HSV(B)251.25º34.22%73.33%-
XYZ26.0422.950.06-
YUV133.88157.98128.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=30.34%
G=27.64%
B=42.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351231870.280.3400.27251.253260.78
Hex877BBB1C2201Bfb203d
Octal20717327334420333734075
Binary100001111111011101110111110010001001101111111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877BBB; }

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

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

<style>
 a { background-color: #877BBB; }

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

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

<style>
 span { border-color: #877BBB; }

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

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