#7B7892

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

Shades of Deluge #7B7892

Tints of Deluge #7B7892

Color information

#7B7892 (or 0x7B7892) is unknown color: approx Deluge. HEX triplet: 7B, 78 and 92. RGB value is (123,120,146). Sum of RGB (Red+Green+Blue) = 123+120+146=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B7892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7892 is #84876D. Grayscale: #7B7B7B. Windows color (decimal): -8685422 or 9599099. OLE color: 9599099.

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

Color convert

RGB123120146-
CMYK0.160.1800.43
HSL246.92º10.66%52.16%-
HSV(B)246.92º17.81%57.25%-
XYZ20.0719.7229.94-
YUV123.86140.49127.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=31.62%
G=30.85%
B=37.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231201460.160.1800.43246.9210.6652.16
Hex7B7892101202Bf7b34
Octal17317022220220533671364
Binary111101111110001001001010000100100101011111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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