Html Css Color HEX #7E7491 Topaz

📋 copy color: '#7E7491'

red 126 ◦ green 116 ◦ blue 145

#7E7491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #7E7491

Tints of Topaz #7E7491

RGB

 RED value IS 126 (49.61% from 255) = 32.56%

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 32.56%
G = 29.97%
B = 37.47%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E7491 (or 0x7E7491) is known color: Topaz. HEX triplet: 7E, 74 and 91. RGB value is (126,116,145). Sum of RGB (Red+Green+Blue) = 126+116+145=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7491 is #818B6E. Grayscale: #7A7A7A. Windows color (decimal): -8489839 or 9532542. OLE color: 9532542.

HSL color Cylindrical-coordinate representation of color #7E7491: hue angle of 260.69º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E7491 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 116 145 -
CMYK 0.13 0.2 0 0.43
HSL 260.69º 0.12% 0.51% -
HSV(B) 260.69º 0.2% 0.57% -
XYZ 19.96 18.97 29.4 -
YUV 122.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 126 116 145 0.13 0.2 0 0.43 260.69 0.12 0.51
Hex 7E 74 91 D 14 0 2B 105 C 33
Octal 176 164 221 15 24 0 53 405 14 63
Binary 1111110 1110100 10010001 1101 10100 0 101011 100000101 1100 110011

Color Harmonies of #7E7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7491

Black with #7E7491

Text Example


Text Example

White with #7E7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,116,145); }

 H1.HeaderClassName
 {
   color: #7E7491;
 }
 .AnyTagClassName
 {
   color: #7E7491;
 }
</style>

background-color css

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

 a { background-color: rgb(126,116,145); }

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

border-color css

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

 span { border-color: rgb(126,116,145); }

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