#877BBA

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

Shades of Moody Blue #877BBA

Tints of Moody Blue #877BBA

Color information

#877BBA (or 0x877BBA) is unknown color: approx Moody Blue. HEX triplet: 87, 7B and BA. RGB value is (135,123,186). Sum of RGB (Red+Green+Blue) = 135+123+186=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #877BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBA is #788445. Grayscale: #858585. Windows color (decimal): -7898182 or 12221319. OLE color: 12221319.

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

Color convert

RGB135123186-
CMYK0.270.3400.27
HSL251.43º31.34%60.59%-
HSV(B)251.43º33.87%72.94%-
XYZ25.9422.8649.5-
YUV133.77157.48128.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.41%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=30.41%
G=27.70%
B=41.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351231860.270.3400.27251.4331.3460.59
Hex877BBA1B2201Bfb1f3d
Octal20717327233420333733775
Binary10000111111101110111010110111000100110111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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