#877BBE

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

Shades of Moody Blue #877BBE

Tints of Moody Blue #877BBE

Color information

#877BBE (or 0x877BBE) is unknown color: approx Moody Blue. HEX triplet: 87, 7B and BE. RGB value is (135,123,190). Sum of RGB (Red+Green+Blue) = 135+123+190=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #877BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877BBE is #788441. Grayscale: #858585. Windows color (decimal): -7898178 or 12483463. OLE color: 12483463.

HSL color Cylindrical-coordinate representation of color #877BBE: hue angle of 250.75º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877BBE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135123190-
CMYK0.290.3500.25
HSL250.75º34.01%61.37%-
HSV(B)250.75º35.26%74.51%-
XYZ26.3723.0351.77-
YUV134.23159.48128.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=30.13%
G=27.46%
B=42.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351231900.290.3500.25250.7534.0161.37
Hex877BBE1D23019fb223d
Octal20717327635430313734275
Binary100001111111011101111101110110001101100111111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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