#7B699D

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

Shades of Deluge #7B699D

Tints of Deluge #7B699D

Color information

#7B699D (or 0x7B699D) is unknown color: approx Deluge. HEX triplet: 7B, 69 and 9D. RGB value is (123,105,157). Sum of RGB (Red+Green+Blue) = 123+105+157=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B699D is #849662. Grayscale: #747474. Windows color (decimal): -8689251 or 10316155. OLE color: 10316155.

HSL color Cylindrical-coordinate representation of color #7B699D: hue angle of 260.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B699D is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB123105157-
CMYK0.220.3300.38
HSL260.77º20.97%51.37%-
HSV(B)260.77º33.12%61.57%-
XYZ19.3116.7534.11-
YUV116.31150.96132.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=31.95%
G=27.27%
B=40.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231051570.220.3300.38260.7720.9751.37
Hex7B699D16210261051533
Octal17315123526410464052563
Binary111101111010011001110110110100001010011010000010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,157); }

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

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

 a { background-color: rgb(123,105,157); }

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

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

 span { border-color: rgb(123,105,157); }

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