#7F649D

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

Shades of Deluge #7F649D

Tints of Deluge #7F649D

Color information

#7F649D (or 0x7F649D) is unknown color: approx Deluge. HEX triplet: 7F, 64 and 9D. RGB value is (127,100,157). Sum of RGB (Red+Green+Blue) = 127+100+157=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F649D is #809B62. Grayscale: #727272. Windows color (decimal): -8428387 or 10314879. OLE color: 10314879.

HSL color Cylindrical-coordinate representation of color #7F649D: hue angle of 268.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F649D is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127100157-
CMYK0.190.3600.38
HSL268.42º22.53%50.39%-
HSV(B)268.42º36.31%61.57%-
XYZ19.416.0633.98-
YUV114.57151.95136.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=33.07%
G=26.04%
B=40.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271001570.190.3600.38268.4222.5350.39
Hex7F649D132402610c1732
Octal17714423523440464142762
Binary111111111001001001110110011100100010011010000110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,157); }

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

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

 a { background-color: rgb(127,100,157); }

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

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

 span { border-color: rgb(127,100,157); }

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