#7F659D

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

Shades of Deluge #7F659D

Tints of Deluge #7F659D

Color information

#7F659D (or 0x7F659D) is unknown color: approx Deluge. HEX triplet: 7F, 65 and 9D. RGB value is (127,101,157). Sum of RGB (Red+Green+Blue) = 127+101+157=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F659D is #809A62. Grayscale: #727272. Windows color (decimal): -8428131 or 10315135. OLE color: 10315135.

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

Color convert

RGB127101157-
CMYK0.190.3600.38
HSL267.86º22.22%50.59%-
HSV(B)267.86º35.67%61.57%-
XYZ19.4916.2534.01-
YUV115.16151.61136.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.99%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=32.99%
G=26.23%
B=40.78%

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
Decimal1271011570.190.3600.38267.8622.2250.59
Hex7F659D132402610c1633
Octal17714523523440464142663
Binary111111111001011001110110011100100010011010000110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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