#7B69AF

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

Shades of Deluge #7B69AF

Tints of Deluge #7B69AF

Color information

#7B69AF (or 0x7B69AF) is unknown color: approx Deluge. HEX triplet: 7B, 69 and AF. RGB value is (123,105,175). Sum of RGB (Red+Green+Blue) = 123+105+175=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B69AF is #849650. Grayscale: #767676. Windows color (decimal): -8689233 or 11495803. OLE color: 11495803.

HSL color Cylindrical-coordinate representation of color #7B69AF: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B69AF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123105175-
CMYK0.300.4000.31
HSL255.43º30.43%54.9%-
HSV(B)255.43º40%68.63%-
XYZ20.9617.4142.81-
YUV118.36159.96131.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=30.52%
G=26.05%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231051750.300.4000.31255.4330.4354.9
Hex7B69AF1E2801Fff1e37
Octal17315125736500373773667
Binary1111011110100110101111111101010000111111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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