#7F70A6

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

Shades of Deluge #7F70A6

Tints of Deluge #7F70A6

Color information

#7F70A6 (or 0x7F70A6) is unknown color: approx Deluge. HEX triplet: 7F, 70 and A6. RGB value is (127,112,166). Sum of RGB (Red+Green+Blue) = 127+112+166=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #7F70A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F70A6 is #808F59. Grayscale: #7A7A7A. Windows color (decimal): -8425306 or 10907775. OLE color: 10907775.

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

Color convert

RGB127112166-
CMYK0.230.3300.35
HSL256.67º23.28%54.51%-
HSV(B)256.67º32.53%65.1%-
XYZ21.4318.8538.59-
YUV122.64152.47131.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=31.36%
G=27.65%
B=40.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271121660.230.3300.35256.6723.2854.51
Hex7F70A617210231011737
Octal17716024627410434012767
Binary111111111100001010011010111100001010001110000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F70A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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