#7B7A96

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

Shades of Deluge #7B7A96

Tints of Deluge #7B7A96

Color information

#7B7A96 (or 0x7B7A96) is unknown color: approx Deluge. HEX triplet: 7B, 7A and 96. RGB value is (123,122,150). Sum of RGB (Red+Green+Blue) = 123+122+150=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B7A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7A96 is #848569. Grayscale: #7D7D7D. Windows color (decimal): -8684906 or 9861755. OLE color: 9861755.

HSL color Cylindrical-coordinate representation of color #7B7A96: hue angle of 242.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7A96 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB123122150-
CMYK0.180.1900.41
HSL242.14º11.76%53.33%-
HSV(B)242.14º18.67%58.82%-
XYZ20.6320.3331.69-
YUV125.49141.83126.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=31.14%
G=30.89%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1231221500.180.1900.41242.1411.7653.33
Hex7B7A961213029f2c35
Octal17317222622230513621465
Binary111101111110101001011010010100110101001111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,122,150); }

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

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

 a { background-color: rgb(123,122,150); }

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

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

 span { border-color: rgb(123,122,150); }

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