#7B7890

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

Shades of Deluge #7B7890

Tints of Deluge #7B7890

Color information

#7B7890 (or 0x7B7890) is unknown color: approx Deluge. HEX triplet: 7B, 78 and 90. RGB value is (123,120,144). Sum of RGB (Red+Green+Blue) = 123+120+144=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7890 is #84876F. Grayscale: #7B7B7B. Windows color (decimal): -8685424 or 9468027. OLE color: 9468027.

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

Color convert

RGB123120144-
CMYK0.150.1700.44
HSL247.5º9.76%51.76%-
HSV(B)247.5º16.67%56.47%-
XYZ19.9219.6629.13-
YUV123.63139.49127.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=31.78%
G=31.01%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231201440.150.1700.44247.59.7651.76
Hex7B7890F1102Cf8a34
Octal17317022017210543701264
Binary11110111111000100100001111100010101100111110001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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