#7C68AB

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

Shades of Deluge #7C68AB

Tints of Deluge #7C68AB

Color information

#7C68AB (or 0x7C68AB) is unknown color: approx Deluge. HEX triplet: 7C, 68 and AB. RGB value is (124,104,171). Sum of RGB (Red+Green+Blue) = 124+104+171=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C68AB is #839754. Grayscale: #757575. Windows color (decimal): -8623957 or 11233404. OLE color: 11233404.

HSL color Cylindrical-coordinate representation of color #7C68AB: hue angle of 257.91º degrees, saturation: 0.29, 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 #7C68AB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124104171-
CMYK0.270.3900.33
HSL257.91º28.51%53.92%-
HSV(B)257.91º39.18%67.06%-
XYZ20.6117.1340.75-
YUV117.62158.13132.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=31.08%
G=26.07%
B=42.86%

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
Decimal1241041710.270.3900.33257.9128.5153.92
Hex7C68AB1B270211021d36
Octal17415025333470414023566
Binary111110011010001010101111011100111010000110000001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,171); }

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

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

 a { background-color: rgb(124,104,171); }

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

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

 span { border-color: rgb(124,104,171); }

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