#7B67AF

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

Shades of Deluge #7B67AF

Tints of Deluge #7B67AF

Color information

#7B67AF (or 0x7B67AF) is unknown color: approx Deluge. HEX triplet: 7B, 67 and AF. RGB value is (123,103,175). Sum of RGB (Red+Green+Blue) = 123+103+175=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B67AF is #849850. Grayscale: #747474. Windows color (decimal): -8689745 or 11495291. OLE color: 11495291.

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

Color convert

RGB123103175-
CMYK0.300.4100.31
HSL256.67º31.03%54.51%-
HSV(B)256.67º41.14%68.63%-
XYZ20.7617.0142.75-
YUV117.19160.63132.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=30.67%
G=25.69%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231031750.300.4100.31256.6731.0354.51
Hex7B67AF1E2901F1011f37
Octal17314725736510374013767
Binary11110111100111101011111111010100101111110000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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