#7F77AA

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

Shades of Deluge #7F77AA

Tints of Deluge #7F77AA

Color information

#7F77AA (or 0x7F77AA) is unknown color: approx Deluge. HEX triplet: 7F, 77 and AA. RGB value is (127,119,170). Sum of RGB (Red+Green+Blue) = 127+119+170=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F77AA is #808855. Grayscale: #7F7F7F. Windows color (decimal): -8423510 or 11171711. OLE color: 11171711.

HSL color Cylindrical-coordinate representation of color #7F77AA: hue angle of 249.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F77AA is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127119170-
CMYK0.250.300.33
HSL249.41º23.08%56.67%-
HSV(B)249.41º30%66.67%-
XYZ22.620.6140.82-
YUV127.21152.15127.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=30.53%
G=28.61%
B=40.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271191700.250.300.33249.4123.0856.67
Hex7F77AA191E021f91739
Octal17716725231360413712771
Binary1111111111011110101010110011111001000011111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,119,170); }

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

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

 a { background-color: rgb(127,119,170); }

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

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

 span { border-color: rgb(127,119,170); }

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