#7F6CAF

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

Shades of Deluge #7F6CAF

Tints of Deluge #7F6CAF

Color information

#7F6CAF (or 0x7F6CAF) is unknown color: approx Deluge. HEX triplet: 7F, 6C and AF. RGB value is (127,108,175). Sum of RGB (Red+Green+Blue) = 127+108+175=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F6CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6CAF is #809350. Grayscale: #797979. Windows color (decimal): -8426321 or 11496575. OLE color: 11496575.

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

Color convert

RGB127108175-
CMYK0.270.3800.31
HSL257.01º29.52%55.49%-
HSV(B)257.01º38.29%68.63%-
XYZ21.8518.3342.94-
YUV121.32158.29132.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=30.98%
G=26.34%
B=42.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271081750.270.3800.31257.0129.5255.49
Hex7F6CAF1B2601F1011e37
Octal17715425733460374013667
Binary11111111101100101011111101110011001111110000000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,175); }

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

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

 a { background-color: rgb(127,108,175); }

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

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

 span { border-color: rgb(127,108,175); }

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