#877FAF

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

Shades of Deluge #877FAF

Tints of Deluge #877FAF

Color information

#877FAF (or 0x877FAF) is unknown color: approx Deluge. HEX triplet: 87, 7F and AF. RGB value is (135,127,175). Sum of RGB (Red+Green+Blue) = 135+127+175=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #877FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAF is #788050. Grayscale: #868686. Windows color (decimal): -7897169 or 11501447. OLE color: 11501447.

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

Color convert

RGB135127175-
CMYK0.230.2700.31
HSL250º23.08%59.22%-
HSV(B)250º27.43%68.63%-
XYZ25.3223.4243.74-
YUV134.86150.65128.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=30.89%
G=29.06%
B=40.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351271750.230.2700.3125023.0859.22
Hex877FAF171B01Ffa173b
Octal20717725727330373722773
Binary1000011111111111010111110111110110111111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,175); }

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

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

 a { background-color: rgb(135,127,175); }

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

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

 span { border-color: rgb(135,127,175); }

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