#7F70AA

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

Shades of Deluge #7F70AA

Tints of Deluge #7F70AA

Color information

#7F70AA (or 0x7F70AA) is unknown color: approx Deluge. HEX triplet: 7F, 70 and AA. RGB value is (127,112,170). Sum of RGB (Red+Green+Blue) = 127+112+170=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F70AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F70AA is #808F55. Grayscale: #7A7A7A. Windows color (decimal): -8425302 or 11169919. OLE color: 11169919.

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

Color convert

RGB127112170-
CMYK0.250.3400.33
HSL255.52º25.44%55.29%-
HSV(B)255.52º34.12%66.67%-
XYZ21.81940.55-
YUV123.1154.47130.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=31.05%
G=27.38%
B=41.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271121700.250.3400.33255.5225.4455.29
Hex7F70AA19220211001937
Octal17716025231420414003167
Binary111111111100001010101011001100010010000110000000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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