#877CBB

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

Shades of Moody Blue #877CBB

Tints of Moody Blue #877CBB

Color information

#877CBB (or 0x877CBB) is unknown color: approx Moody Blue. HEX triplet: 87, 7C and BB. RGB value is (135,124,187). Sum of RGB (Red+Green+Blue) = 135+124+187=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #877CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBB is #788344. Grayscale: #868686. Windows color (decimal): -7897925 or 12287111. OLE color: 12287111.

HSL color Cylindrical-coordinate representation of color #877CBB: hue angle of 250.48º 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 #877CBB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135124187-
CMYK0.280.3400.27
HSL250.48º31.66%60.98%-
HSV(B)250.48º33.69%73.33%-
XYZ26.1723.1550.1-
YUV134.47157.64128.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=30.27%
G=27.80%
B=41.93%

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
Decimal1351241870.280.3400.27250.4831.6660.98
Hex877CBB1C2201Bfa203d
Octal20717427334420333724075
Binary100001111111100101110111110010001001101111111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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