#7B789B

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

Shades of Deluge #7B789B

Tints of Deluge #7B789B

Color information

#7B789B (or 0x7B789B) is unknown color: approx Deluge. HEX triplet: 7B, 78 and 9B. RGB value is (123,120,155). Sum of RGB (Red+Green+Blue) = 123+120+155=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B789B is #848764. Grayscale: #7C7C7C. Windows color (decimal): -8685413 or 10188923. OLE color: 10188923.

HSL color Cylindrical-coordinate representation of color #7B789B: hue angle of 245.14º 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 #7B789B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB123120155-
CMYK0.210.2300.39
HSL245.14º14.89%53.92%-
HSV(B)245.14º22.58%60.78%-
XYZ20.820.0133.78-
YUV124.89144.99126.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=30.90%
G=30.15%
B=38.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231201550.210.2300.39245.1414.8953.92
Hex7B789B1517027f5f36
Octal17317023325270473651766
Binary111101111110001001101110101101110100111111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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