#7F76AC

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

Shades of Deluge #7F76AC

Tints of Deluge #7F76AC

Color information

#7F76AC (or 0x7F76AC) is unknown color: approx Deluge. HEX triplet: 7F, 76 and AC. RGB value is (127,118,172). Sum of RGB (Red+Green+Blue) = 127+118+172=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F76AC is #808953. Grayscale: #7E7E7E. Windows color (decimal): -8423764 or 11302527. OLE color: 11302527.

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

Color convert

RGB127118172-
CMYK0.260.3100.33
HSL250º24.55%56.86%-
HSV(B)250º31.4%67.45%-
XYZ22.6820.4541.78-
YUV126.85153.48128.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=30.46%
G=28.30%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271181720.260.3100.3325024.5556.86
Hex7F76AC1A1F021fa1939
Octal17716625432370413723171
Binary1111111111011010101100110101111101000011111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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