#7B7799

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

Shades of Deluge #7B7799

Tints of Deluge #7B7799

Color information

#7B7799 (or 0x7B7799) is unknown color: approx Deluge. HEX triplet: 7B, 77 and 99. RGB value is (123,119,153). Sum of RGB (Red+Green+Blue) = 123+119+153=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B7799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7799 is #848866. Grayscale: #7B7B7B. Windows color (decimal): -8685671 or 10057595. OLE color: 10057595.

HSL color Cylindrical-coordinate representation of color #7B7799: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B7799 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB123119153-
CMYK0.200.2200.4
HSL247.06º14.29%53.33%-
HSV(B)247.06º22.22%60%-
XYZ20.5119.732.86-
YUV124.07144.33127.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=31.14%
G=30.13%
B=38.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1231191530.200.2200.4247.0614.2953.33
Hex7B77991416028f7e35
Octal17316723124260503671665
Binary111101111101111001100110100101100101000111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,119,153); }

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

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

 a { background-color: rgb(123,119,153); }

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

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

 span { border-color: rgb(123,119,153); }

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