#8769AF

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

Shades of Deluge #8769AF

Tints of Deluge #8769AF

Color information

#8769AF (or 0x8769AF) is unknown color: approx Deluge. HEX triplet: 87, 69 and AF. RGB value is (135,105,175). Sum of RGB (Red+Green+Blue) = 135+105+175=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #8769AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8769AF is #789650. Grayscale: #797979. Windows color (decimal): -7902801 or 11495815. OLE color: 11495815.

HSL color Cylindrical-coordinate representation of color #8769AF: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8769AF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135105175-
CMYK0.230.4000.31
HSL265.71º30.43%54.9%-
HSV(B)265.71º40%68.63%-
XYZ22.7818.3542.9-
YUV121.95157.94137.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=32.53%
G=25.30%
B=42.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351051750.230.4000.31265.7130.4354.9
Hex8769AF172801F10a1e37
Octal20715125727500374123667
Binary100001111101001101011111011110100001111110000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769AF; }

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

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

<style>
 a { background-color: #8769AF; }

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

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

<style>
 span { border-color: #8769AF; }

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

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