#7D6E93

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

Shades of Topaz #7D6E93

Tints of Topaz #7D6E93

Color information

#7D6E93 (or 0x7D6E93) is unknown color: approx Topaz. HEX triplet: 7D, 6E and 93. RGB value is (125,110,147). Sum of RGB (Red+Green+Blue) = 125+110+147=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D6E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6E93 is #82916C. Grayscale: #767676. Windows color (decimal): -8556909 or 9662077. OLE color: 9662077.

HSL color Cylindrical-coordinate representation of color #7D6E93: hue angle of 264.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D6E93 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125110147-
CMYK0.150.2500.42
HSL264.32º14.62%50.39%-
HSV(B)264.32º25.17%57.65%-
XYZ19.317.6229.99-
YUV118.7143.97132.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=32.72%
G=28.80%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251101470.150.2500.42264.3214.6250.39
Hex7D6E93F1902A108f32
Octal17515622317310524101762
Binary111110111011101001001111111100101010101000010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,110,147); }

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

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

 a { background-color: rgb(125,110,147); }

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

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

 span { border-color: rgb(125,110,147); }

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