#7F789B

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

Shades of Deluge #7F789B

Tints of Deluge #7F789B

Color information

#7F789B (or 0x7F789B) is unknown color: approx Deluge. HEX triplet: 7F, 78 and 9B. RGB value is (127,120,155). Sum of RGB (Red+Green+Blue) = 127+120+155=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F789B is #808764. Grayscale: #7D7D7D. Windows color (decimal): -8423269 or 10188927. OLE color: 10188927.

HSL color Cylindrical-coordinate representation of color #7F789B: hue angle of 252º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F789B is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB127120155-
CMYK0.180.2300.39
HSL252º14.89%53.92%-
HSV(B)252º22.58%60.78%-
XYZ21.3920.3133.8-
YUV126.08144.32128.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=31.59%
G=29.85%
B=38.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271201550.180.2300.3925214.8953.92
Hex7F789B1217027fcf36
Octal17717023322270473741766
Binary111111111110001001101110010101110100111111111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,120,155); }

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

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

 a { background-color: rgb(127,120,155); }

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

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

 span { border-color: rgb(127,120,155); }

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