#877DBA

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

Shades of Moody Blue #877DBA

Tints of Moody Blue #877DBA

Color information

#877DBA (or 0x877DBA) is unknown color: approx Moody Blue. HEX triplet: 87, 7D and BA. RGB value is (135,125,186). Sum of RGB (Red+Green+Blue) = 135+125+186=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #877DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DBA is #788245. Grayscale: #868686. Windows color (decimal): -7897670 or 12221831. OLE color: 12221831.

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

Color convert

RGB135125186-
CMYK0.270.3300.27
HSL249.84º30.65%60.98%-
HSV(B)249.84º32.8%72.94%-
XYZ26.1923.3649.58-
YUV134.94156.81128.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=30.27%
G=28.03%
B=41.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351251860.270.3300.27249.8430.6560.98
Hex877DBA1B2101Bfa1f3d
Octal20717527233410333723775
Binary10000111111110110111010110111000010110111111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,186); }

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

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

 a { background-color: rgb(135,125,186); }

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

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

 span { border-color: rgb(135,125,186); }

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