#7F7AAF

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

Shades of Deluge #7F7AAF

Tints of Deluge #7F7AAF

Color information

#7F7AAF (or 0x7F7AAF) is unknown color: approx Deluge. HEX triplet: 7F, 7A and AF. RGB value is (127,122,175). Sum of RGB (Red+Green+Blue) = 127+122+175=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7AAF is #808550. Grayscale: #818181. Windows color (decimal): -8422737 or 11500159. OLE color: 11500159.

HSL color Cylindrical-coordinate representation of color #7F7AAF: hue angle of 245.66º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F7AAF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127122175-
CMYK0.270.3000.31
HSL245.66º24.88%58.24%-
HSV(B)245.66º30.29%68.63%-
XYZ23.4521.5343.48-
YUV129.54153.66126.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=29.95%
G=28.77%
B=41.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271221750.270.3000.31245.6624.8858.24
Hex7F7AAF1B1E01Ff6193a
Octal17717225733360373663172
Binary111111111110101010111111011111100111111111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7AAF; }

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

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

<style>
 a { background-color: #7F7AAF; }

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

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

<style>
 span { border-color: #7F7AAF; }

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

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