#7F639D

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

Shades of Deluge #7F639D

Tints of Deluge #7F639D

Color information

#7F639D (or 0x7F639D) is unknown color: approx Deluge. HEX triplet: 7F, 63 and 9D. RGB value is (127,99,157). Sum of RGB (Red+Green+Blue) = 127+99+157=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F639D is #809C62. Grayscale: #717171. Windows color (decimal): -8428643 or 10314623. OLE color: 10314623.

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

Color convert

RGB12799157-
CMYK0.190.3700.38
HSL268.97º22.83%50.2%-
HSV(B)268.97º36.94%61.57%-
XYZ19.315.8733.94-
YUV113.98152.28137.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.16%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=33.16%
G=25.85%
B=40.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127991570.190.3700.38268.9722.8350.2
Hex7F639D132502610d1732
Octal17714323523450464152762
Binary111111111000111001110110011100101010011010000110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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