#877BAC

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

Shades of Deluge #877BAC

Tints of Deluge #877BAC

Color information

#877BAC (or 0x877BAC) is unknown color: approx Deluge. HEX triplet: 87, 7B and AC. RGB value is (135,123,172). Sum of RGB (Red+Green+Blue) = 135+123+172=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #877BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877BAC is #788453. Grayscale: #838383. Windows color (decimal): -7898196 or 11303815. OLE color: 11303815.

HSL color Cylindrical-coordinate representation of color #877BAC: hue angle of 254.69º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877BAC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135123172-
CMYK0.220.2800.33
HSL254.69º22.79%57.84%-
HSV(B)254.69º28.49%67.45%-
XYZ24.5222.342.04-
YUV132.17150.48130.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 172 (67.58% from 255) = 40%
R=31.40%
G=28.60%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351231720.220.2800.33254.6922.7957.84
Hex877BAC161C021ff173a
Octal20717325426340413772772
Binary10000111111101110101100101101110001000011111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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