#7F7CAA

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

Shades of Deluge #7F7CAA

Tints of Deluge #7F7CAA

Color information

#7F7CAA (or 0x7F7CAA) is unknown color: approx Deluge. HEX triplet: 7F, 7C and AA. RGB value is (127,124,170). Sum of RGB (Red+Green+Blue) = 127+124+170=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7CAA is #808355. Grayscale: #818181. Windows color (decimal): -8422230 or 11172991. OLE color: 11172991.

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

Color convert

RGB127124170-
CMYK0.250.2700.33
HSL243.91º21.3%57.65%-
HSV(B)243.91º27.06%66.67%-
XYZ23.2221.8341.02-
YUV130.14150.49125.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=30.17%
G=29.45%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271241700.250.2700.33243.9121.357.65
Hex7F7CAA191B021f4153a
Octal17717425231330413642572
Binary1111111111110010101010110011101101000011111010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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