#7F629A

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

Shades of Deluge #7F629A

Tints of Deluge #7F629A

Color information

#7F629A (or 0x7F629A) is unknown color: approx Deluge. HEX triplet: 7F, 62 and 9A. RGB value is (127,98,154). Sum of RGB (Red+Green+Blue) = 127+98+154=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F629A is #809D65. Grayscale: #707070. Windows color (decimal): -8428902 or 10117759. OLE color: 10117759.

HSL color Cylindrical-coordinate representation of color #7F629A: hue angle of 271.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F629A is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12798154-
CMYK0.180.3600.40
HSL271.07º22.22%49.41%-
HSV(B)271.07º36.36%60.39%-
XYZ18.9515.5832.58-
YUV113.06151.11137.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.51%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=33.51%
G=25.86%
B=40.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127981540.180.3600.40271.0722.2249.41
Hex7F629A122402810f1631
Octal17714223222440504172661
Binary111111111000101001101010010100100010100010000111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,154); }

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

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

 a { background-color: rgb(127,98,154); }

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

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

 span { border-color: rgb(127,98,154); }

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