#7C67AA

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

Shades of Deluge #7C67AA

Tints of Deluge #7C67AA

Color information

#7C67AA (or 0x7C67AA) is unknown color: approx Deluge. HEX triplet: 7C, 67 and AA. RGB value is (124,103,170). Sum of RGB (Red+Green+Blue) = 124+103+170=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C67AA is #839855. Grayscale: #747474. Windows color (decimal): -8624214 or 11167612. OLE color: 11167612.

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

Color convert

RGB124103170-
CMYK0.270.3900.33
HSL258.81º28.27%53.53%-
HSV(B)258.81º39.41%66.67%-
XYZ20.4216.8940.21-
YUV116.92157.96133.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=31.23%
G=25.94%
B=42.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241031700.270.3900.33258.8128.2753.53
Hex7C67AA1B270211031c36
Octal17414725233470414033466
Binary111110011001111010101011011100111010000110000001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,170); }

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

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

 a { background-color: rgb(124,103,170); }

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

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

 span { border-color: rgb(124,103,170); }

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