#7B6B93

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

Shades of Deluge #7B6B93

Tints of Deluge #7B6B93

Color information

#7B6B93 (or 0x7B6B93) is unknown color: approx Deluge. HEX triplet: 7B, 6B and 93. RGB value is (123,107,147). Sum of RGB (Red+Green+Blue) = 123+107+147=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6B93 is #84946C. Grayscale: #747474. Windows color (decimal): -8688749 or 9661307. OLE color: 9661307.

HSL color Cylindrical-coordinate representation of color #7B6B93: hue angle of 264º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B6B93 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB123107147-
CMYK0.160.2700.42
HSL264º15.75%49.8%-
HSV(B)264º27.21%57.65%-
XYZ18.6916.8329.87-
YUV116.34145.3132.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=32.63%
G=28.38%
B=38.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231071470.160.2700.4226415.7549.8
Hex7B6B93101B02A1081032
Octal17315322320330524102062
Binary11110111101011100100111000011011010101010000100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,107,147); }

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

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

 a { background-color: rgb(123,107,147); }

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

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

 span { border-color: rgb(123,107,147); }

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