Html Css Color HEX #7C6893 Topaz

📋 copy color: '#7C6893'

red 124 ◦ green 104 ◦ blue 147

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

Shades of Topaz #7C6893

Tints of Topaz #7C6893

RGB

 RED value IS 124 (48.83% from 255) = 33.07%

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 33.07%
G = 27.73%
B = 39.2%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C6893 (or 0x7C6893) is known color: Topaz. HEX triplet: 7C, 68 and 93. RGB value is (124,104,147). Sum of RGB (Red+Green+Blue) = 124+104+147=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C6893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6893 is #83976C. Grayscale: #727272. Windows color (decimal): -8623981 or 9660540. OLE color: 9660540.

HSL color Cylindrical-coordinate representation of color #7C6893: hue angle of 267.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C6893 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 104 147 -
CMYK 0.16 0.29 0 0.42
HSL 267.91º 0.17% 0.49% -
HSV(B) 267.91º 0.29% 0.58% -
XYZ 18.53 16.29 29.77 -
YUV 114.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 124 104 147 0.16 0.29 0 0.42 267.91 0.17 0.49
Hex 7C 68 93 10 1D 0 2A 10C 11 31
Octal 174 150 223 20 35 0 52 414 21 61
Binary 1111100 1101000 10010011 10000 11101 0 101010 100001100 10001 110001

Color Harmonies of #7C6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6893

Black with #7C6893

Text Example


Text Example

White with #7C6893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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