#7B75AC

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

Shades of Deluge #7B75AC

Tints of Deluge #7B75AC

Color information

#7B75AC (or 0x7B75AC) is unknown color: approx Deluge. HEX triplet: 7B, 75 and AC. RGB value is (123,117,172). Sum of RGB (Red+Green+Blue) = 123+117+172=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B75AC is #848A53. Grayscale: #7C7C7C. Windows color (decimal): -8686164 or 11302267. OLE color: 11302267.

HSL color Cylindrical-coordinate representation of color #7B75AC: hue angle of 246.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B75AC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123117172-
CMYK0.280.3200.33
HSL246.55º24.89%56.67%-
HSV(B)246.55º31.98%67.45%-
XYZ21.9819.9141.71-
YUV125.06154.49126.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=29.85%
G=28.40%
B=41.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231171720.280.3200.33246.5524.8956.67
Hex7B75AC1C20021f71939
Octal17316525434400413673171
Binary11110111110101101011001110010000001000011111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,117,172); }

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

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

 a { background-color: rgb(123,117,172); }

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

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

 span { border-color: rgb(123,117,172); }

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