#7B7992

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

Shades of Deluge #7B7992

Tints of Deluge #7B7992

Color information

#7B7992 (or 0x7B7992) is unknown color: approx Deluge. HEX triplet: 7B, 79 and 92. RGB value is (123,121,146). Sum of RGB (Red+Green+Blue) = 123+121+146=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7992 is #84866D. Grayscale: #7C7C7C. Windows color (decimal): -8685166 or 9599355. OLE color: 9599355.

HSL color Cylindrical-coordinate representation of color #7B7992: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7992 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB123121146-
CMYK0.160.1700.43
HSL244.8º10.29%52.35%-
HSV(B)244.8º17.12%57.25%-
XYZ20.1919.9629.98-
YUV124.45140.16126.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=31.54%
G=31.03%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231211460.160.1700.43244.810.2952.35
Hex7B7992101102Bf5a34
Octal17317122220210533651264
Binary111101111110011001001010000100010101011111101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,121,146); }

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

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

 a { background-color: rgb(123,121,146); }

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

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

 span { border-color: rgb(123,121,146); }

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