#8A77AF

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

Shades of Deluge #8A77AF

Tints of Deluge #8A77AF

Color information

#8A77AF (or 0x8A77AF) is unknown color: approx Deluge. HEX triplet: 8A, 77 and AF. RGB value is (138,119,175). Sum of RGB (Red+Green+Blue) = 138+119+175=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A77AF is #758850. Grayscale: #828282. Windows color (decimal): -7702609 or 11499402. OLE color: 11499402.

HSL color Cylindrical-coordinate representation of color #8A77AF: hue angle of 260.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A77AF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138119175-
CMYK0.210.3200.31
HSL260.36º25.93%57.65%-
HSV(B)260.36º32%68.63%-
XYZ24.8221.6943.44-
YUV131.06152.79132.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=31.94%
G=27.55%
B=40.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381191750.210.3200.31260.3625.9357.65
Hex8A77AF152001F1041a3a
Octal21216725725400374043272
Binary100010101110111101011111010110000001111110000010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A77AF; }

 p { color: rgb(138,119,175); }

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

<style>
 a { background-color: #8A77AF; }

 a { background-color: rgb(138,119,175); }

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

<style>
 span { border-color: #8A77AF; }

 span { border-color: rgb(138,119,175); }

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