#7B67AE

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

Shades of Deluge #7B67AE

Tints of Deluge #7B67AE

Color information

#7B67AE (or 0x7B67AE) is unknown color: approx Deluge. HEX triplet: 7B, 67 and AE. RGB value is (123,103,174). Sum of RGB (Red+Green+Blue) = 123+103+174=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B67AE is #849851. Grayscale: #747474. Windows color (decimal): -8689746 or 11429755. OLE color: 11429755.

HSL color Cylindrical-coordinate representation of color #7B67AE: hue angle of 256.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B67AE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123103174-
CMYK0.290.4100.32
HSL256.9º30.47%54.31%-
HSV(B)256.9º40.8%68.24%-
XYZ20.6616.9742.23-
YUV117.07160.13132.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=30.75%
G=25.75%
B=43.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231031740.290.4100.32256.930.4754.31
Hex7B67AE1D290201011e36
Octal17314725635510404013666
Binary111101111001111010111011101101001010000010000000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,174); }

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

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

 a { background-color: rgb(123,103,174); }

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

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

 span { border-color: rgb(123,103,174); }

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