Html Css Color HEX #7F6993 Topaz

📋 copy color: '#7F6993'

red 127 ◦ green 105 ◦ blue 147

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

Shades of Topaz #7F6993

Tints of Topaz #7F6993

RGB

 RED value IS 127 (50% from 255) = 33.51%

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 33.51%
G = 27.7%
B = 38.79%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F6993 (or 0x7F6993) is known color: Topaz. HEX triplet: 7F, 69 and 93. RGB value is (127,105,147). Sum of RGB (Red+Green+Blue) = 127+105+147=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6993 is #80966C. Grayscale: #747474. Windows color (decimal): -8427117 or 9660799. OLE color: 9660799.

HSL color Cylindrical-coordinate representation of color #7F6993: hue angle of 271.43º 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 #7F6993 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 105 147 -
CMYK 0.14 0.29 0 0.42
HSL 271.43º 0.17% 0.49% -
HSV(B) 271.43º 0.29% 0.58% -
XYZ 19.07 16.72 29.83 -
YUV 116.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 127 105 147 0.14 0.29 0 0.42 271.43 0.17 0.49
Hex 7F 69 93 E 1D 0 2A 10F 11 31
Octal 177 151 223 16 35 0 52 417 21 61
Binary 1111111 1101001 10010011 1110 11101 0 101010 100001111 10001 110001

Color Harmonies of #7F6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6993

Black with #7F6993

Text Example


Text Example

White with #7F6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,105,147); }

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

background-color css

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

 a { background-color: rgb(127,105,147); }

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

border-color css

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

 span { border-color: rgb(127,105,147); }

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