#7F75AC

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

Shades of Deluge #7F75AC

Tints of Deluge #7F75AC

Color information

#7F75AC (or 0x7F75AC) is unknown color: approx Deluge. HEX triplet: 7F, 75 and AC. RGB value is (127,117,172). Sum of RGB (Red+Green+Blue) = 127+117+172=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F75AC is #808A53. Grayscale: #7E7E7E. Windows color (decimal): -8424020 or 11302271. OLE color: 11302271.

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

Color convert

RGB127117172-
CMYK0.260.3200.33
HSL250.91º24.89%56.67%-
HSV(B)250.91º31.98%67.45%-
XYZ22.5620.2141.74-
YUV126.26153.81128.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=30.53%
G=28.12%
B=41.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271171720.260.3200.33250.9124.8956.67
Hex7F75AC1A20021fb1939
Octal17716525432400413733171
Binary11111111110101101011001101010000001000011111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,172); }

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

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

 a { background-color: rgb(127,117,172); }

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

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

 span { border-color: rgb(127,117,172); }

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